Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeatureValue.DistinctMemberHome

The distinct member home object

Inheritance
object
UserFeatureValue
UserFeatureValue.DistinctMemberHome
Inherited Members
UserFeatureValue.IsPaperAsFiles
UserFeatureValue.AsPaperAsFiles
UserFeatureValue.IsFileLocking
UserFeatureValue.AsFileLocking
UserFeatureValue.IsTeamSharedDropbox
UserFeatureValue.AsTeamSharedDropbox
UserFeatureValue.IsDistinctMemberHome
UserFeatureValue.AsDistinctMemberHome
UserFeatureValue.IsOther
UserFeatureValue.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeatureValue.DistinctMemberHome : UserFeatureValue

Constructors

View Source

DistinctMemberHome(DistinctMemberHomeValue)

Initializes a new instance of the UserFeatureValue.DistinctMemberHome class.

Declaration
public DistinctMemberHome(DistinctMemberHomeValue value)
Parameters
Type Name Description
DistinctMemberHomeValue value

The value

Properties

View Source

Value

Gets the value of this instance.

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