GetServerVersionResponseLicense Property |
The type of license.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string License { get; set; }
Public Property License As String
Get
Set
public:
property String^ License {
String^ get ();
void set (String^ value);
}
member License : string with get, set
Property Value
Type:
StringSee Also