Class Team
Information about a team.
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class Team
Constructors
| Improve this Doc View SourceTeam(String, String)
Initializes a new instance of the Team class.
Declaration
public Team(string id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The team's unique ID. |
System.String | name | The name of the team. |
Properties
| Improve this Doc View SourceId
The team's unique ID.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the team.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |