Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the display name of the AccountStore.AccountStoreType of the object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected string m_accountStoreTypeDisplay { get; set; }
protected:
property String^ m_accountStoreTypeDisplay {
String^ get();
void set(String^ value);
}
member m_accountStoreTypeDisplay : string with get, set
Protected Property m_accountStoreTypeDisplay As String
Property Value
Type: System.String
The display name of the AccountStore.AccountStoreType of the object.
See Also
AccountStore Class
System.Web.Security.SingleSignOn Namespace
Return to top