Show / Hide Table of Contents

Class UserSelectorArg.TeamMemberId

The team member id object

Inheritance
System.Object
UserSelectorArg
UserSelectorArg.TeamMemberId
Inherited Members
UserSelectorArg.IsTeamMemberId
UserSelectorArg.AsTeamMemberId
UserSelectorArg.IsExternalId
UserSelectorArg.AsExternalId
UserSelectorArg.IsEmail
UserSelectorArg.AsEmail
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class TeamMemberId : UserSelectorArg

Constructors

| Improve this Doc View Source

TeamMemberId(String)

Initializes a new instance of the UserSelectorArg.TeamMemberId class.

Declaration
public TeamMemberId(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMemberId(String)
  • Properties
    • Value
Back to top Generated by DocFX