PatchEdgeResult_id Property |
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string _id { get; set; }
Public Property _id As String
Get
Set
public:
property String^ _id {
String^ get ();
void set (String^ value);
}
member _id : string with get, set
Property Value
Type:
StringSee Also