Class PropertiesSearchError
The properties search error object
Inheritance
System.Object
PropertiesSearchError
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 PropertiesSearchError
Constructors
| Improve this Doc View SourcePropertiesSearchError()
Initializes a new instance of the Properties
Declaration
public PropertiesSearchError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public PropertiesSearchError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Properties |
AsPropertyGroupLookup
Gets this instance as a PropertyGroupLookup, or null
.
Declaration
public PropertiesSearchError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
Properties |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPropertyGroupLookup
Gets a value indicating whether this instance is PropertyGroupLookup
Declaration
public bool IsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
System. |