Show / Hide Table of Contents

Class WebSessionsFixedLengthPolicy.Defined

Defined fixed session length.

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

Constructors

| Improve this Doc View Source

Defined(DurationLogInfo)

Initializes a new instance of the WebSessionsFixedLengthPolicy.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