Freigeben über


RoleContext.IsExecutionRole-Eigenschaft

Ruft einen Wert ab, der angibt, ob dies der Kontext für einen Adapter für diagnostische Daten ist, der für eine Ausführungsrolle konfiguriert wurde.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property IsExecutionRole As Boolean
public bool IsExecutionRole { get; }
public:
property bool IsExecutionRole {
    bool get ();
}
member IsExecutionRole : bool with get
function get IsExecutionRole () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn dies der Kontext für einen Adapter für diagnostische Daten ist, der für eine Ausführungsrolle konfiguriert wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RoleContext Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace