OpenStackFlavorResourceProductBilledProductID 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)
Syntaxpublic Nullable<int> BilledProductID { get; set; }Public Property BilledProductID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> BilledProductID {
Nullable<int> get ();
void set (Nullable<int> value);
}member BilledProductID : Nullable<int> with get, set
function get BilledProductID () : Nullable<int>
function set BilledProductID (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also