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