PartialAgentManagedComputer.ProxyingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether proxying is enabled.
public:
property bool ProxyingEnabled { bool get(); };
public bool ProxyingEnabled { get; }
member this.ProxyingEnabled : bool
Public ReadOnly Property ProxyingEnabled As Boolean
Property Value
Returns Boolean value that is true
if proxying is enabled for the agent computer and false
otherwise.