Dropbox .NET SDK

Class FederationStatusChangeAdditionalInfo.ConnectedTeamName

The name of the team

Inheritance
object
FederationStatusChangeAdditionalInfo
FederationStatusChangeAdditionalInfo.ConnectedTeamName
Inherited Members
FederationStatusChangeAdditionalInfo.IsConnectedTeamName
FederationStatusChangeAdditionalInfo.AsConnectedTeamName
FederationStatusChangeAdditionalInfo.IsNonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.AsNonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.IsOrganizationName
FederationStatusChangeAdditionalInfo.AsOrganizationName
FederationStatusChangeAdditionalInfo.IsOther
FederationStatusChangeAdditionalInfo.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class FederationStatusChangeAdditionalInfo.ConnectedTeamName : FederationStatusChangeAdditionalInfo

Constructors

View Source

ConnectedTeamName(ConnectedTeamName)

Initializes a new instance of the FederationStatusChangeAdditionalInfo.ConnectedTeamName class.

Declaration
public ConnectedTeamName(ConnectedTeamName value)
Parameters
Type Name Description
ConnectedTeamName value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public ConnectedTeamName Value { get; }
Property Value
Type Description
ConnectedTeamName
  • View Source
In this article
Back to top Dropbox .NET SDK