Class DistinctMemberHomeValue
The value for UserFeature.DistinctMemberHome.
Inheritance
DistinctMemberHomeValue
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class DistinctMemberHomeValue
Constructors
View SourceDistinctMemberHomeValue()
Initializes a new instance of the DistinctMemberHomeValue class.
Declaration
public DistinctMemberHomeValue()
Properties
View SourceAsEnabled
Gets this instance as a Enabled, or null.
Declaration
public DistinctMemberHomeValue.Enabled AsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| DistinctMemberHomeValue.Enabled |
AsOther
Gets this instance as a Other, or null.
Declaration
public DistinctMemberHomeValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DistinctMemberHomeValue.Other |
IsEnabled
Gets a value indicating whether this instance is Enabled
Declaration
public bool IsEnabled { 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 |