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