Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SessionTimeoutPayloadOption Class