PutEdgeResponseTNew Property |
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public T New { get; set; }
Public Property New As T
Get
Set
public:
property T New {
T get ();
void set (T value);
}
member New : 'T with get, set
Property Value
Type:
TSee Also