Show / Hide Table of Contents

Class FederationStatusChangeAdditionalInfo.OrganizationName

The name of the organization.

Inheritance
System.Object
FederationStatusChangeAdditionalInfo
FederationStatusChangeAdditionalInfo.OrganizationName
Inherited Members
FederationStatusChangeAdditionalInfo.IsConnectedTeamName
FederationStatusChangeAdditionalInfo.AsConnectedTeamName
FederationStatusChangeAdditionalInfo.IsNonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.AsNonTrustedTeamDetails
FederationStatusChangeAdditionalInfo.IsOrganizationName
FederationStatusChangeAdditionalInfo.AsOrganizationName
FederationStatusChangeAdditionalInfo.IsOther
FederationStatusChangeAdditionalInfo.AsOther
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 sealed class OrganizationName : FederationStatusChangeAdditionalInfo

Constructors

| Improve this Doc View Source

OrganizationName(OrganizationName)

Initializes a new instance of the FederationStatusChangeAdditionalInfo.OrganizationName class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public OrganizationName Value { get; }
Property Value
Type Description
OrganizationName
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • OrganizationName(OrganizationName)
  • Properties
    • Value
Back to top Generated by DocFX