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