Class TeamMembershipType
The team membership type object
Inheritance
System.Object
TeamMembershipType
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 TeamMembershipType
Constructors
| Improve this Doc View SourceTeamMembershipType()
Initializes a new instance of the TeamMembershipType class.
Declaration
public TeamMembershipType()
Properties
| Improve this Doc View SourceAsFree
Gets this instance as a Free, or null
.
Declaration
public TeamMembershipType.Free AsFree { get; }
Property Value
Type | Description |
---|---|
TeamMembershipType.Free |
AsFull
Gets this instance as a Full, or null
.
Declaration
public TeamMembershipType.Full AsFull { get; }
Property Value
Type | Description |
---|---|
TeamMembershipType.Full |
AsOther
Gets this instance as a Other, or null
.
Declaration
public TeamMembershipType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
TeamMembershipType.Other |
IsFree
Gets a value indicating whether this instance is Free
Declaration
public bool IsFree { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFull
Gets a value indicating whether this instance is Full
Declaration
public bool IsFull { 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 |