PutCollectionPropertyResponseIsSystem Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool IsSystem { get; set; }
Public Property IsSystem As Boolean
Get
Set
public:
property bool IsSystem {
bool get ();
void set (bool value);
}
member IsSystem : bool with get, set
Property Value
Type:
BooleanSee Also