Share via


ComputerHealthService.ProxyingEnabled Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a value that determines whether a proxy is enabled for this object.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

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

Property Value

Type: Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<Boolean>

Returns a SettablePropertyValue<T> Boolean value.

See Also

ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top