Show / Hide Table of Contents

Class WebSessionsIdleLengthPolicy.Defined

Defined idle session length.

Inheritance
System.Object
WebSessionsIdleLengthPolicy
WebSessionsIdleLengthPolicy.Defined
Inherited Members
WebSessionsIdleLengthPolicy.IsDefined
WebSessionsIdleLengthPolicy.AsDefined
WebSessionsIdleLengthPolicy.IsUndefined
WebSessionsIdleLengthPolicy.AsUndefined
WebSessionsIdleLengthPolicy.IsOther
WebSessionsIdleLengthPolicy.AsOther
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 sealed class Defined : WebSessionsIdleLengthPolicy

Constructors

| Improve this Doc View Source

Defined(DurationLogInfo)

Initializes a new instance of the WebSessionsIdleLengthPolicy.Defined class.

Declaration
public Defined(DurationLogInfo value)
Parameters
Type Name Description
DurationLogInfo value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public DurationLogInfo Value { get; }
Property Value
Type Description
DurationLogInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Defined(DurationLogInfo)
  • Properties
    • Value
Back to top Generated by DocFX