Share via


PartialAgentManagedComputer.ProxyingEnabled Property

 

Applies To: Operations Manager for System Center 2012

Determines whether proxying is enabled for the agent computer.

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

Syntax

public bool ProxyingEnabled { get; }
public:
property bool ProxyingEnabled {
    bool get();
}
member ProxyingEnabled : bool with get
Public ReadOnly Property ProxyingEnabled As Boolean

Property Value

Type: System.Boolean

Returns Boolean value that is true if proxying is enabled for the agent computer and false otherwise.

See Also

PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top