ILanguageClientMetadata.ClientName Property

Definition

Gets the value which indicates client name.

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

Property Value

Remarks

Used to indicate a particular client should be activated when the specified name matches the ClientName specified in the ClientNamePropertyKey buffer property. Multiple language clients can share this same name.

Applies to