Class HasDistinctMemberHomesValue
The value for Feature.HasDistinctMemberHomes.
Inheritance
HasDistinctMemberHomesValue
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class HasDistinctMemberHomesValue
Constructors
View SourceHasDistinctMemberHomesValue()
Initializes a new instance of the HasDistinctMemberHomesValue class.
Declaration
public HasDistinctMemberHomesValue()
Properties
View SourceAsHasDistinctMemberHomes
Gets this instance as a HasDistinctMemberHomes, or null.
Declaration
public HasDistinctMemberHomesValue.HasDistinctMemberHomes AsHasDistinctMemberHomes { get; }
Property Value
| Type | Description |
|---|---|
| HasDistinctMemberHomesValue.HasDistinctMemberHomes |
AsOther
Gets this instance as a Other, or null.
Declaration
public HasDistinctMemberHomesValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| HasDistinctMemberHomesValue.Other |
IsHasDistinctMemberHomes
Gets a value indicating whether this instance is HasDistinctMemberHomes
Declaration
public bool IsHasDistinctMemberHomes { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |