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