Class AdminConsoleAppPolicy
The admin console app policy object
Inheritance
System.Object
AdminConsoleAppPolicy
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 AdminConsoleAppPolicy
Constructors
| Improve this Doc View SourceAdminConsoleAppPolicy()
Initializes a new instance of the AdminConsoleAppPolicy class.
Declaration
public AdminConsoleAppPolicy()
Properties
| Improve this Doc View SourceAsAllow
Gets this instance as a Allow, or null
.
Declaration
public AdminConsoleAppPolicy.Allow AsAllow { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPolicy.Allow |
AsBlock
Gets this instance as a Block, or null
.
Declaration
public AdminConsoleAppPolicy.Block AsBlock { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPolicy.Block |
AsDefault
Gets this instance as a Default, or null
.
Declaration
public AdminConsoleAppPolicy.Default AsDefault { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPolicy.Default |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminConsoleAppPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminConsoleAppPolicy.Other |
IsAllow
Gets a value indicating whether this instance is Allow
Declaration
public bool IsAllow { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBlock
Gets a value indicating whether this instance is Block
Declaration
public bool IsBlock { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { 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 |