Dropbox .NET SDK

Class WebSessionsFixedLengthPolicy.Defined

Defined fixed session length.

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

Constructors

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

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