Share via


ISql90Login.IsPasswordMustChange Property

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

Syntax

'Declaration
Property IsPasswordMustChange As Boolean
'Usage
Dim instance As ISql90Login 
Dim value As Boolean 

value = instance.IsPasswordMustChange

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Login Interface

ISql90Login Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace