Class TeamDetails
More details about the team.
Inheritance
System.Object
TeamDetails
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 TeamDetails
Constructors
| Improve this Doc View SourceTeamDetails(String)
Initializes a new instance of the TeamDetails class.
Declaration
public TeamDetails(string team)
Parameters
Type | Name | Description |
---|---|---|
System.String | team | The name of the team. |
Properties
| Improve this Doc View SourceTeam
The name of the team.
Declaration
public string Team { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |