Class MemberSpaceLimitType
The type of the space limit imposed on a team member.
Inheritance
System.Object
MemberSpaceLimitType
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.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitType
Constructors
| Improve this Doc View SourceMemberSpaceLimitType()
Initializes a new instance of the MemberSpaceLimitType class.
Declaration
public MemberSpaceLimitType()
Properties
| Improve this Doc View SourceAsAlertOnly
Gets this instance as a AlertOnly, or null
.
Declaration
public MemberSpaceLimitType.AlertOnly AsAlertOnly { get; }
Property Value
Type | Description |
---|---|
MemberSpaceLimitType.AlertOnly |
AsOff
Gets this instance as a Off, or null
.
Declaration
public MemberSpaceLimitType.Off AsOff { get; }
Property Value
Type | Description |
---|---|
MemberSpaceLimitType.Off |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberSpaceLimitType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberSpaceLimitType.Other |
AsStopSync
Gets this instance as a StopSync, or null
.
Declaration
public MemberSpaceLimitType.StopSync AsStopSync { get; }
Property Value
Type | Description |
---|---|
MemberSpaceLimitType.StopSync |
IsAlertOnly
Gets a value indicating whether this instance is AlertOnly
Declaration
public bool IsAlertOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStopSync
Gets a value indicating whether this instance is StopSync
Declaration
public bool IsStopSync { get; }
Property Value
Type | Description |
---|---|
System.Boolean |