DbaasResourcesProductDbaasLicense Property
|
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DbaasLicense DbaasLicense { get; set; }<DataMemberAttribute>
Public Property DbaasLicense As DbaasLicense
Get
Set
public:
[DataMemberAttribute]
property DbaasLicense^ DbaasLicense {
DbaasLicense^ get ();
void set (DbaasLicense^ value);
}[<DataMemberAttribute>]
member DbaasLicense : DbaasLicense with get, set
function get DbaasLicense () : DbaasLicense
function set DbaasLicense (value : DbaasLicense)
Property Value
Type:
DbaasLicense
See Also