Class ConnectedTeamName
The name of the team
Inheritance
System.Object
ConnectedTeamName
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 ConnectedTeamName
Constructors
| Improve this Doc View SourceConnectedTeamName(String)
Initializes a new instance of the ConnectedTeamName class.
Declaration
public ConnectedTeamName(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 |