LoadBalancerClassOfServiceEnabled Property
|
Enabled
Namespace:
Aruba.Cloud.Provisioning.Entities.LoadBalancer
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> Enabled { get; set; }<DataMemberAttribute>
Public Property Enabled As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> Enabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member Enabled : Nullable<bool> with get, set
function get Enabled () : Nullable<boolean>
function set Enabled (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also