HostedWebApplication.Context 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 and Sets the context for the web application. This can be used by scripts.
public:
property Microsoft::Uii::Csr::Context ^ Context { Microsoft::Uii::Csr::Context ^ get(); void set(Microsoft::Uii::Csr::Context ^ value); };
public Microsoft.Uii.Csr.Context Context { get; set; }
member this.Context : Microsoft.Uii.Csr.Context with get, set
Public Property Context As Context