IPassword.MustChange Property

Gets 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
ReadOnly Property MustChange As Boolean
    Get
'Usage
Dim instance As IPassword
Dim value As Boolean

value = instance.MustChange
bool MustChange { get; }
property bool MustChange {
    bool get ();
}
abstract MustChange : bool
function get MustChange () : boolean

Property Value

Type: System.Boolean
true if the password must be changed; otherwise, false.