Share via


SettingValue<T>.SettingIdentifier Property

Definition

Gets the full identifiers of the setting, including the category it is nested under.

public Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> SettingIdentifier { get; }
member this.SettingIdentifier : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T>
Public ReadOnly Property SettingIdentifier As SettingIdentifier(Of T)

Property Value

Applies to