AccountStore.m_accountStoreTypeDisplay Property
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