Show / Hide Table of Contents

Class WebSessionsIdleLengthPolicy

Web sessions idle length policy.

Inheritance
System.Object
WebSessionsIdleLengthPolicy
WebSessionsIdleLengthPolicy.Defined
WebSessionsIdleLengthPolicy.Other
WebSessionsIdleLengthPolicy.Undefined
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 WebSessionsIdleLengthPolicy

Constructors

| Improve this Doc View Source

WebSessionsIdleLengthPolicy()

Initializes a new instance of the WebSessionsIdleLengthPolicy class.

Declaration
public WebSessionsIdleLengthPolicy()

Properties

| Improve this Doc View Source

AsDefined

Gets this instance as a Defined, or null.

Declaration
public WebSessionsIdleLengthPolicy.Defined AsDefined { get; }
Property Value
Type Description
WebSessionsIdleLengthPolicy.Defined
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public WebSessionsIdleLengthPolicy.Other AsOther { get; }
Property Value
Type Description
WebSessionsIdleLengthPolicy.Other
| Improve this Doc View Source

AsUndefined

Gets this instance as a Undefined, or null.

Declaration
public WebSessionsIdleLengthPolicy.Undefined AsUndefined { get; }
Property Value
Type Description
WebSessionsIdleLengthPolicy.Undefined
| Improve this Doc View Source

IsDefined

Gets a value indicating whether this instance is Defined

Declaration
public bool IsDefined { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUndefined

Gets a value indicating whether this instance is Undefined

Declaration
public bool IsUndefined { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WebSessionsIdleLengthPolicy()
  • Properties
    • AsDefined
    • AsOther
    • AsUndefined
    • IsDefined
    • IsOther
    • IsUndefined
Back to top Generated by DocFX