HelperPage.App 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 application-state data as a DynamicObject object that callers can use to create and access custom application-scoped properties.
public static dynamic App { get; }
member this.App : obj
Public Shared ReadOnly Property App As Object
Property Value
The application-state data.