Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether credentials can be changed.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property NoCredentialChange As Boolean
Get
Set
'Usage
Dim instance As MailServer
Dim value As Boolean
value = instance.NoCredentialChange
instance.NoCredentialChange = value
public bool NoCredentialChange { get; set; }
public:
property bool NoCredentialChange {
bool get ();
void set (bool value);
}
member NoCredentialChange : bool with get, set
function get NoCredentialChange () : boolean
function set NoCredentialChange (value : boolean)
Property Value
Type: System.Boolean
A Boolean value that specifies whether credentials can be changed.