Show / Hide Table of Contents

Class FedExtraDetails.Team

More details about the team.

Inheritance
System.Object
FedExtraDetails
FedExtraDetails.Team
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 Team : FedExtraDetails

Constructors

| Improve this Doc View Source

Team(TeamDetails)

Initializes a new instance of the FedExtraDetails.Team class.

Declaration
public Team(TeamDetails value)
Parameters
Type Name Description
TeamDetails value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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