Dropbox .NET SDK

Class WebSessionsIdleLengthPolicy.Defined

Defined idle session length.

Inheritance
object
WebSessionsIdleLengthPolicy
WebSessionsIdleLengthPolicy.Defined
Inherited Members
WebSessionsIdleLengthPolicy.IsDefined
WebSessionsIdleLengthPolicy.AsDefined
WebSessionsIdleLengthPolicy.IsUndefined
WebSessionsIdleLengthPolicy.AsUndefined
WebSessionsIdleLengthPolicy.IsOther
WebSessionsIdleLengthPolicy.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class WebSessionsIdleLengthPolicy.Defined : WebSessionsIdleLengthPolicy

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public DurationLogInfo Value { get; }
Property Value
Type Description
DurationLogInfo
  • View Source
In this article
Back to top Dropbox .NET SDK