Share via


IAddressableLanguageClient.UniqueName Property

Definition

Gets the string to uniquely identify this language client for callbacks.

public string UniqueName { get; }
member this.UniqueName : string
Public ReadOnly Property UniqueName As String

Property Value

Remarks

This property must be implemented and cannot return null or throw exceptions.

Applies to