ExternalApplicationAppInitString.HostingMethod Property
Gets or sets the application hosting method.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As HostInsideType
value = instance.HostingMethod
instance.HostingMethod = value
Syntax
'Declaration
<DisplayNameAttribute("Application Hosting Mode")> _
<DescriptionAttribute("Hosting method to be used - HostInside(SetParent), HostOnTop(Dynamic Positioning) or HostOutside(HostOutside)")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("Application Hosting")> _
Public Property HostingMethod As HostInsideType
[DisplayNameAttribute("Application Hosting Mode")]
[DescriptionAttribute("Hosting method to be used - HostInside(SetParent), HostOnTop(Dynamic Positioning) or HostOutside(HostOutside)")]
[BrowsableAttribute(true)]
[CategoryAttribute("Application Hosting")]
public HostInsideType HostingMethod { get; set; }
[DisplayNameAttribute(L"Application Hosting Mode")]
[DescriptionAttribute(L"Hosting method to be used - HostInside(SetParent), HostOnTop(Dynamic Positioning) or HostOutside(HostOutside)")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"Application Hosting")]
public:
property HostInsideType HostingMethod {
HostInsideType get ();
void set (HostInsideType value);
}
/** @property */
public HostInsideType get_HostingMethod ()
/** @property */
public void set_HostingMethod (HostInsideType value)
public function get HostingMethod () : HostInsideType
public function set HostingMethod (value : HostInsideType)
Property Value
The hosting method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.