다음을 통해 공유


AgentContext.IsRemote 속성

이 에이전트 컨텍스트가 원격에서 실행되는지 여부를 나타내는 값을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Property IsRemote As Boolean
public bool IsRemote { get; internal set; }
public:
property bool IsRemote {
    bool get ();
    internal: void set (bool value);
}
member IsRemote : bool with get, internal set
function get IsRemote () : boolean 
internal function set IsRemote (value : boolean)

속성 값

형식: Boolean
이 에이전트 컨텍스트가 원격에서 실행되면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

AgentContext 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스