IMutablePassword.MustChange Property
Gets or sets a value that indicates whether the password must be changed.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property MustChange As Boolean
Get
Set
'Usage
Dim instance As IMutablePassword
Dim value As Boolean
value = instance.MustChange
instance.MustChange = value
bool MustChange { get; set; }
property bool MustChange {
bool get ();
void set (bool value);
}
abstract MustChange : bool with get, set
function get MustChange () : boolean
function set MustChange (value : boolean)
Property Value
Type: System.Boolean
true if the password must be changed; otherwise, false.