Share via


PasswordAlterLoginOption.MustChange Property

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
'Usage
Dim instance As PasswordAlterLoginOption 
Dim value As Boolean 

value = instance.MustChange

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PasswordAlterLoginOption Class

PasswordAlterLoginOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace