CompanySettingsTechnicalPanelSupportEnabled Property
|
Identifies support enabled
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)
Syntax[DataMemberAttribute]
public bool TechnicalPanelSupportEnabled { get; set; }<DataMemberAttribute>
Public Property TechnicalPanelSupportEnabled As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool TechnicalPanelSupportEnabled {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member TechnicalPanelSupportEnabled : bool with get, set
function get TechnicalPanelSupportEnabled () : boolean
function set TechnicalPanelSupportEnabled (value : boolean)
Property Value
Type:
Boolean
See Also