DialogPage.SharedSettingsStorePath 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 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.