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