Share via


RemoteSettingsInitializer.UsePathPrefix Property

Definition

Gets or sets whether to use default prefix for collection names in Key-Value storage. Like "Software\Microsoft\VisualStudio\RemoteSetting"

public:
 property Nullable<bool> UsePathPrefix { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? UsePathPrefix { get; set; }
member this.UsePathPrefix : Nullable<bool> with get, set
Public Property UsePathPrefix As Nullable(Of Boolean)

Property Value

Applies to