Share via


PasswordAlterLoginOption.MustChange Property

Gets or sets a value that indicates whether MUST_CHANGE was specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property MustChange As Boolean
public bool MustChange { get; set; }
public:
property bool MustChange {
    bool get ();
    void set (bool value);
}
member MustChange : bool with get, set
function get MustChange () : boolean
function set MustChange (value : boolean)

Property Value

Type: System.Boolean
Returns true if MUST_CHANGE was specified; otherwise, false.

.NET Framework Security

See Also

Reference

PasswordAlterLoginOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace