Class TeamMembershipType
The team membership type object
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMembershipType
Constructors
| Improve this Doc View SourceTeamMembershipType()
Initializes a new instance of the TeamMembershipType class.
Declaration
public TeamMembershipType()
Properties
| Improve this Doc View SourceAsFull
Gets this instance as a Full, or null
.
Declaration
public TeamMembershipType.Full AsFull { get; }
Property Value
Type | Description |
---|---|
TeamMembershipType.Full |
AsLimited
Gets this instance as a Limited, or null
.
Declaration
public TeamMembershipType.Limited AsLimited { get; }
Property Value
Type | Description |
---|---|
TeamMembershipType.Limited |
IsFull
Gets a value indicating whether this instance is Full
Declaration
public bool IsFull { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLimited
Gets a value indicating whether this instance is Limited
Declaration
public bool IsLimited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |