PleskLicenseAddonLicenses 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<PurchasedAddonLicense> AddonLicenses { get; set; }<DataMemberAttribute>
Public Property AddonLicenses As List(Of PurchasedAddonLicense)
Get
Set
public:
[DataMemberAttribute]
property List<PurchasedAddonLicense^>^ AddonLicenses {
List<PurchasedAddonLicense^>^ get ();
void set (List<PurchasedAddonLicense^>^ value);
}[<DataMemberAttribute>]
member AddonLicenses : List<PurchasedAddonLicense> with get, set
function get AddonLicenses () : List<PurchasedAddonLicense>
function set AddonLicenses (value : List<PurchasedAddonLicense>)
Property Value
Type:
ListPurchasedAddonLicense
See Also