CreateCustomProductRequestAllowedNegativeBalance Property
|
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<bool> AllowedNegativeBalance { get; set; }<DataMemberAttribute>
Public Property AllowedNegativeBalance As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> AllowedNegativeBalance {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member AllowedNegativeBalance : Nullable<bool> with get, set
function get AllowedNegativeBalance () : Nullable<boolean>
function set AllowedNegativeBalance (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also