Class MemberSelectorError
The member selector error object
Inheritance
System.Object
MemberSelectorError
Inherited Members
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 class MemberSelectorError
Constructors
| Improve this Doc View SourceMemberSelectorError()
Initializes a new instance of the MemberSelectorError class.
Declaration
public MemberSelectorError()
Properties
| Improve this Doc View SourceAsUserNotFound
Gets this instance as a UserNotFound, or null
.
Declaration
public MemberSelectorError.UserNotFound AsUserNotFound { get; }
Property Value
Type | Description |
---|---|
MemberSelectorError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null
.
Declaration
public MemberSelectorError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
MemberSelectorError.UserNotInTeam |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |