GetCollectionPropertiesResponseError Property |
Indicates whether an error occurred (false in this case).
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Error { get; set; }
Public Property Error As String
Get
Set
public:
property String^ Error {
String^ get ();
void set (String^ value);
}
member Error : string with get, set
Property Value
Type:
StringSee Also