ComputerHealthService.ProxyingEnabled Property

Definition

Whether proxying is enabled.

public:
 property Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ ProxyingEnabled { Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ get(); void set(Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<bool> ^ value); };
public Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<bool> ProxyingEnabled { get; set; }
member this.ProxyingEnabled : Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<bool> with get, set
Public Property ProxyingEnabled As SettablePropertyValue(Of Boolean)

Property Value

SettablePropertyValue<Boolean>

Returns a SettablePropertyValue<T> Boolean value.

Applies to