Class RolloutMethod
The rollout method object
Inheritance
System.Object
RolloutMethod
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class RolloutMethod
Constructors
| Improve this Doc View SourceRolloutMethod()
Initializes a new instance of the RolloutMethod class.
Declaration
public RolloutMethod()
Properties
| Improve this Doc View SourceAsAddMemberToExceptions
Gets this instance as a AddMemberToExceptions, or null
.
Declaration
public RolloutMethod.AddMemberToExceptions AsAddMemberToExceptions { get; }
Property Value
Type | Description |
---|---|
RolloutMethod.AddMemberToExceptions |
AsUnlinkAll
Gets this instance as a UnlinkAll, or null
.
Declaration
public RolloutMethod.UnlinkAll AsUnlinkAll { get; }
Property Value
Type | Description |
---|---|
RolloutMethod.UnlinkAll |
AsUnlinkMostInactive
Gets this instance as a UnlinkMostInactive, or null
.
Declaration
public RolloutMethod.UnlinkMostInactive AsUnlinkMostInactive { get; }
Property Value
Type | Description |
---|---|
RolloutMethod.UnlinkMostInactive |
IsAddMemberToExceptions
Gets a value indicating whether this instance is AddMemberToExceptions
Declaration
public bool IsAddMemberToExceptions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinkAll
Gets a value indicating whether this instance is UnlinkAll
Declaration
public bool IsUnlinkAll { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinkMostInactive
Gets a value indicating whether this instance is UnlinkMostInactive
Declaration
public bool IsUnlinkMostInactive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |