Show / Hide Table of Contents

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 Source

ConnectedTeamName(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 Source

Team

The name of the team.

Declaration
public string Team { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ConnectedTeamName(String)
  • Properties
    • Team
Back to top Generated by DocFX