Dropbox .NET SDK
Show / Hide Table of Contents

Class HasDistinctMemberHomesValue

The value for Feature.HasDistinctMemberHomes.

Inheritance
object
HasDistinctMemberHomesValue
HasDistinctMemberHomesValue.HasDistinctMemberHomes
HasDistinctMemberHomesValue.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class HasDistinctMemberHomesValue

Constructors

View Source

HasDistinctMemberHomesValue()

Initializes a new instance of the HasDistinctMemberHomesValue class.

Declaration
public HasDistinctMemberHomesValue()

Properties

View Source

AsHasDistinctMemberHomes

Gets this instance as a HasDistinctMemberHomes, or null.

Declaration
public HasDistinctMemberHomesValue.HasDistinctMemberHomes AsHasDistinctMemberHomes { get; }
Property Value
Type Description
HasDistinctMemberHomesValue.HasDistinctMemberHomes
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public HasDistinctMemberHomesValue.Other AsOther { get; }
Property Value
Type Description
HasDistinctMemberHomesValue.Other
View Source

IsHasDistinctMemberHomes

Gets a value indicating whether this instance is HasDistinctMemberHomes

Declaration
public bool IsHasDistinctMemberHomes { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK