Share via


DkmWorkerProcessConnection.Qualifier Property

Definition

[Optional] String indicating the connection destination. This value should be null for a local worker process (worker process on the same computer as Visual Studio). Currently this value will always be null as remote worker processes aren't supported.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 property System::String ^ Qualifier { System::String ^ get(); };
public string Qualifier { get; }
public string? Qualifier { get; }
member this.Qualifier : string
Public ReadOnly Property Qualifier As String

Property Value

Applies to