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