Class SpaceAllocation.Team
The user shares space with other members of their team.
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.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class Team : SpaceAllocation
  Constructors
| Improve this Doc View SourceTeam(TeamSpaceAllocation)
Initializes a new instance of the SpaceAllocation.Team class.
Declaration
public Team(TeamSpaceAllocation value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TeamSpaceAllocation | value | The value  | 
      
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public TeamSpaceAllocation Value { get; }
  Property Value
| Type | Description | 
|---|---|
| TeamSpaceAllocation |