Class DeviceApprovalsPolicy
The device approvals policy object
Inheritance
DeviceApprovalsPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceApprovalsPolicy
Constructors
View SourceDeviceApprovalsPolicy()
Initializes a new instance of the DeviceApprovalsPolicy class.
Declaration
public DeviceApprovalsPolicy()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlimited
Gets a value indicating whether this instance is Unlimited
Declaration
public bool IsUnlimited { get; }
Property Value
| Type | Description |
|---|---|
| bool |