Share via


Setting<T>.FullId Property

Definition

Gets the full id of the setting.

[System.Runtime.Serialization.IgnoreDataMember]
public Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> FullId { get; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.FullId : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T>
Public ReadOnly Property FullId As SettingIdentifier(Of T)

Property Value

Attributes

Applies to