Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the qualifier to use when attaching the process to a remote debugger.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property Qualifier As String
public string Qualifier { get; set; }
public:
property String^ Qualifier {
String^ get ();
void set (String^ value);
}
member Qualifier : string with get, set
function get Qualifier () : String
function set Qualifier (value : String)
Property Value
Type: System.String
A string that contains the qualifier if attaching the process to a remote debugger; otherwise, nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.