ExternalApplicationAppInitString.HostingMethod 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 hosting method.
public:
property Microsoft::Uii::Common::HostInsideType HostingMethod { Microsoft::Uii::Common::HostInsideType get(); void set(Microsoft::Uii::Common::HostInsideType value); };
[System.ComponentModel.Browsable(true)]
public Microsoft.Uii.Common.HostInsideType HostingMethod { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.HostingMethod : Microsoft.Uii.Common.HostInsideType with get, set
Public Property HostingMethod As HostInsideType
Property Value
The hosting method.
- Attributes