Class WebSessionsFixedLengthPolicy
Web sessions fixed length policy.
Inheritance
System.Object
WebSessionsFixedLengthPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WebSessionsFixedLengthPolicy
Constructors
| Improve this Doc View SourceWebSessionsFixedLengthPolicy()
Initializes a new instance of the WebSessionsFixedLengthPolicy class.
Declaration
public WebSessionsFixedLengthPolicy()
Properties
| Improve this Doc View SourceAsDefined
Gets this instance as a Defined, or null
.
Declaration
public WebSessionsFixedLengthPolicy.Defined AsDefined { get; }
Property Value
Type | Description |
---|---|
WebSessionsFixedLengthPolicy.Defined |
AsOther
Gets this instance as a Other, or null
.
Declaration
public WebSessionsFixedLengthPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
WebSessionsFixedLengthPolicy.Other |
AsUndefined
Gets this instance as a Undefined, or null
.
Declaration
public WebSessionsFixedLengthPolicy.Undefined AsUndefined { get; }
Property Value
Type | Description |
---|---|
WebSessionsFixedLengthPolicy.Undefined |
IsDefined
Gets a value indicating whether this instance is Defined
Declaration
public bool IsDefined { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUndefined
Gets a value indicating whether this instance is Undefined
Declaration
public bool IsUndefined { get; }
Property Value
Type | Description |
---|---|
System.Boolean |