Class TeamMembershipType
The team membership type object
Inheritance
TeamMembershipType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMembershipType
Constructors
View SourceTeamMembershipType()
Initializes a new instance of the TeamMembershipType class.
Declaration
public TeamMembershipType()
Properties
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 |
AsGuest
Gets this instance as a Guest, or null.
Declaration
public TeamMembershipType.Guest AsGuest { get; }
Property Value
| Type | Description |
|---|---|
| TeamMembershipType.Guest |
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 |
|---|---|
| bool |
IsFull
Gets a value indicating whether this instance is Full
Declaration
public bool IsFull { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsGuest
Gets a value indicating whether this instance is Guest
Declaration
public bool IsGuest { 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 |