Show / Hide Table of Contents

Class FedExtraDetails.Organization

More details about the organization.

Inheritance
System.Object
FedExtraDetails
FedExtraDetails.Organization
Inherited Members
FedExtraDetails.IsOrganization
FedExtraDetails.AsOrganization
FedExtraDetails.IsTeam
FedExtraDetails.AsTeam
FedExtraDetails.IsOther
FedExtraDetails.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 Organization : FedExtraDetails

Constructors

| Improve this Doc View Source

Organization(OrganizationDetails)

Initializes a new instance of the FedExtraDetails.Organization class.

Declaration
public Organization(OrganizationDetails value)
Parameters
Type Name Description
OrganizationDetails value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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