Share via


ISql90Login.IsCheckExpirationOn Property

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

Syntax

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

value = instance.IsCheckExpirationOn

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Login Interface

ISql90Login Members

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