DkmWorkerProcessConnection.Qualifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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