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