RemoteSettingsInitializer.UsePathPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)