Class FedAdminRole
The fed admin role object
Inheritance
System.Object
FedAdminRole
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 FedAdminRole
Constructors
| Improve this Doc View SourceFedAdminRole()
Initializes a new instance of the FedAdminRole class.
Declaration
public FedAdminRole()
Properties
| Improve this Doc View SourceAsEnterpriseAdmin
Gets this instance as a EnterpriseAdmin, or null
.
Declaration
public FedAdminRole.EnterpriseAdmin AsEnterpriseAdmin { get; }
Property Value
Type | Description |
---|---|
FedAdminRole.EnterpriseAdmin |
AsNotEnterpriseAdmin
Gets this instance as a NotEnterpriseAdmin, or null
.
Declaration
public FedAdminRole.NotEnterpriseAdmin AsNotEnterpriseAdmin { get; }
Property Value
Type | Description |
---|---|
FedAdminRole.NotEnterpriseAdmin |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FedAdminRole.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FedAdminRole.Other |
IsEnterpriseAdmin
Gets a value indicating whether this instance is EnterpriseAdmin
Declaration
public bool IsEnterpriseAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotEnterpriseAdmin
Gets a value indicating whether this instance is NotEnterpriseAdmin
Declaration
public bool IsNotEnterpriseAdmin { 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 |