AgentContext.IsRemote 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.
Gets a value that indicates whether this agent context is executed remotely.
public:
property bool IsRemote { bool get(); };
public bool IsRemote { get; }
member this.IsRemote : bool
Public ReadOnly Property IsRemote As Boolean
Property Value
true if this agent context is executed remotely; otherwise, false.