DialogPage.SharedSettingsStorePath Property

Definition

Gets the location where the settings are stored in the shared settings store. It's based on the SharedSettingsAttribute on your AutomationObject, or the full type name if the attribute is not specified.

protected:
 property System::String ^ SharedSettingsStorePath { System::String ^ get(); void set(System::String ^ value); };
protected:
 property Platform::String ^ SharedSettingsStorePath { Platform::String ^ get(); void set(Platform::String ^ value); };
protected string SharedSettingsStorePath { get; set; }
member this.SharedSettingsStorePath : string with get, set
Protected Property SharedSettingsStorePath As String

Property Value

The path.

Applies to