DebugTargetInfo.Qualifier Property
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: 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.