PasswordCreateLoginSource.MustChange Property

Gets or sets a value that indicates whether the MUST_CHANGE option is 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 the MUST_CHANGE option was specified; otherwise, false.

.NET Framework Security

See Also

Reference

PasswordCreateLoginSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace