Class LookUpPropertiesError
The look up properties error object
Inheritance
System.Object
LookUpPropertiesError
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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class LookUpPropertiesError
Constructors
| Improve this Doc View SourceLookUpPropertiesError()
Initializes a new instance of the LookUpPropertiesError class.
Declaration
public LookUpPropertiesError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public LookUpPropertiesError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LookUpPropertiesError.Other |
AsPropertyGroupNotFound
Gets this instance as a PropertyGroupNotFound, or null
.
Declaration
public LookUpPropertiesError.PropertyGroupNotFound AsPropertyGroupNotFound { get; }
Property Value
Type | Description |
---|---|
LookUpPropertiesError.PropertyGroupNotFound |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPropertyGroupNotFound
Gets a value indicating whether this instance is PropertyGroupNotFound
Declaration
public bool IsPropertyGroupNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |