Share via


SessionTimeoutPayloadOption.IsNever Property

Returns whether session never times out.

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

Syntax

'Declaration
Public Property IsNever As Boolean
'Usage
Dim instance As SessionTimeoutPayloadOption 
Dim value As Boolean 

value = instance.IsNever

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

Property Value

Type: System.Boolean
Returns True if session never times out; otherwise, False.

.NET Framework Security

See Also

Reference

SessionTimeoutPayloadOption Class

SessionTimeoutPayloadOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace