PostExplainAqlQueryResponseNodeId Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Id { get; set; }
Public Property Id As Integer?
Get
Set
public:
property Nullable<int> Id {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Id : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also