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