Class DeviceApprovalsPolicy
The device approvals policy object
Inheritance
System.Object
DeviceApprovalsPolicy
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 DeviceApprovalsPolicy
Constructors
| Improve this Doc View SourceDeviceApprovalsPolicy()
Initializes a new instance of the DeviceApprovalsPolicy class.
Declaration
public DeviceApprovalsPolicy()
Properties
| Improve this Doc View SourceAsLimited
Gets this instance as a Limited, or null
.
Declaration
public DeviceApprovalsPolicy.Limited AsLimited { get; }
Property Value
Type | Description |
---|---|
DeviceApprovalsPolicy.Limited |
AsOther
Gets this instance as a Other, or null
.
Declaration
public DeviceApprovalsPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
DeviceApprovalsPolicy.Other |
AsUnlimited
Gets this instance as a Unlimited, or null
.
Declaration
public DeviceApprovalsPolicy.Unlimited AsUnlimited { get; }
Property Value
Type | Description |
---|---|
DeviceApprovalsPolicy.Unlimited |
IsLimited
Gets a value indicating whether this instance is Limited
Declaration
public bool IsLimited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlimited
Gets a value indicating whether this instance is Unlimited
Declaration
public bool IsUnlimited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |