Class UserSelectorArg.ExternalId
The external id object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserSelectorArg.ExternalId : UserSelectorArg
Constructors
View SourceExternalId(string)
Initializes a new instance of the UserSelectorArg.ExternalId class.
Declaration
public ExternalId(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 |