adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / PasswordSet Property


In This Topic
    PasswordSet Property (MessagingServiceProvider)
    In This Topic
    Indicates whether a password has been set for the provider
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PasswordSet As Boolean
    public bool PasswordSet {get;}
    public:
    property bool PasswordSet {
       bool get();
    }
    See Also