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