CredentialTypeDisplay Property
In This Topic
The user-friendly type description to display when showing the profile to a user.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property CredentialTypeDisplay As String
[CanBeNull()]
public string CredentialTypeDisplay {get; set;}
[CanBeNull()]
public:
property String^ CredentialTypeDisplay {
String^ get();
void set ( String^ value);
}
See Also