ExternalApplication.ApplicationHost 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 or sets the application host.
protected public:
property Microsoft::Uii::Csr::ApplicationHost ^ ApplicationHost { Microsoft::Uii::Csr::ApplicationHost ^ get(); void set(Microsoft::Uii::Csr::ApplicationHost ^ value); };
protected internal Microsoft.Uii.Csr.ApplicationHost ApplicationHost { get; set; }
member this.ApplicationHost : Microsoft.Uii.Csr.ApplicationHost with get, set
Protected Friend Property ApplicationHost As ApplicationHost
Property Value
Remarks
Intended to provide access to the containing ApplicationHost instance to support advanced hosting scenarios. Usage may increase coupling between AIF hosted applications, running counter to the architectural intent of AIF. Setter is for internal use only, it will have no effect.