Share via


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: 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

See Also

Reference

DebugTargetInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace