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