Class MemberAddResultBase.DuplicateMemberPersistentId
A user with the given persistent ID already exists on the team (including in recoverable state).
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class MemberAddResultBase.DuplicateMemberPersistentId : MemberAddResultBase
Constructors
View SourceDuplicateMemberPersistentId(string)
Initializes a new instance of the MemberAddResultBase.DuplicateMemberPersistentId class.
Declaration
public DuplicateMemberPersistentId(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |