adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / CredentialTypeDisplay Property


In This Topic
    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