Udostępnij za pośrednictwem


HostedWebApplicationAppInitString.HostingMethod Property

Gets or sets the hosting method.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As HostedWebApplicationAppInitString
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)")> _
<CategoryAttribute("Application Hosting")> _
<BrowsableAttribute(True)> _
Public Property HostingMethod As HostInsideType
[DisplayNameAttribute("Application Hosting Mode")] 
[DescriptionAttribute("Hosting method to be used - HostInside(SetParent), HostOnTop(Dynamic Positioning) or HostOutside(HostOutside)")] 
[CategoryAttribute("Application Hosting")] 
[BrowsableAttribute(true)] 
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)")] 
[CategoryAttribute(L"Application Hosting")] 
[BrowsableAttribute(true)] 
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

HostedWebApplicationAppInitString Class
HostedWebApplicationAppInitString Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.