ModulePropertiesPage.GetSettings Method

Definition

Starts a worker thread that gets the settings for the page.

protected:
 void GetSettings();
protected void GetSettings ();
member this.GetSettings : unit -> unit
Protected Sub GetSettings ()

Examples

The following example calls this method.

protected override void OnRefresh() {
    GetSettings();
}

Remarks

The base class calls this method when the user navigates to the page. You do not need to call this method explicitly.

Applies to