ICredentialDisplayName Property |
What we show the user in SOADMIN to represent the secret. i.e. the Active Directory name.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring DisplayName { get; set; }
Property DisplayName As String
Get
Set
Dim instance As ICredential
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also