PrivateCloudResurcesTypesPrivateCloudResourcesProducts Property
|
Private Cloud Resources Products
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public List<PrivateCloudResourcesProduct> PrivateCloudResourcesProducts { get; set; }
<DataMemberAttribute>
Public Property PrivateCloudResourcesProducts As List(Of PrivateCloudResourcesProduct)
Get
Set
public:
[DataMemberAttribute]
property List<PrivateCloudResourcesProduct^>^ PrivateCloudResourcesProducts {
List<PrivateCloudResourcesProduct^>^ get ();
void set (List<PrivateCloudResourcesProduct^>^ value);
}
[<DataMemberAttribute>]
member PrivateCloudResourcesProducts : List<PrivateCloudResourcesProduct> with get, set
function get PrivateCloudResourcesProducts () : List<PrivateCloudResourcesProduct>
function set PrivateCloudResourcesProducts (value : List<PrivateCloudResourcesProduct>)
Property Value
Type:
ListPrivateCloudResourcesProduct
See Also