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