ISql90SoapLanguageSpecifier.IsSessionNeverTimeout Property

Gets or sets whether a session times out.

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

Syntax

'Declaration
Property IsSessionNeverTimeout As Boolean
    Get
    Set
'Usage
Dim instance As ISql90SoapLanguageSpecifier
Dim value As Boolean

value = instance.IsSessionNeverTimeout

instance.IsSessionNeverTimeout = value
bool IsSessionNeverTimeout { get; set; }
property bool IsSessionNeverTimeout {
    bool get ();
    void set (bool value);
}
function get IsSessionNeverTimeout () : boolean
function set IsSessionNeverTimeout (value : boolean)
abstract IsSessionNeverTimeout : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

ISql90SoapLanguageSpecifier Members

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