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