DBaaSAccountDetailsMonthlyCost Property
|
Monthly Cost
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<decimal> MonthlyCost { get; set; }<DataMemberAttribute>
Public Property MonthlyCost As Nullable(Of Decimal)
Get
Set
public:
[DataMemberAttribute]
property Nullable<Decimal> MonthlyCost {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}[<DataMemberAttribute>]
member MonthlyCost : Nullable<decimal> with get, set
function get MonthlyCost () : Nullable<decimal>
function set MonthlyCost (value : Nullable<decimal>)
Property Value
Type:
NullableDecimal
See Also