Gets the default hosting technology for the
deployment technology.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As DeploymentTechnology
Dim value As HostingTechnology
value = instance.DefaultHostingTechnology
|
Syntax
Visual Basic |
Public Property DefaultHostingTechnology As HostingTechnology
|
C# |
public HostingTechnology DefaultHostingTechnology { get; }
|
C++ |
public:
property HostingTechnology^ DefaultHostingTechnology {
HostingTechnology^ get ();
}
|
J# |
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public HostingTechnology get_DefaultHostingTechnology ()
|
JScript |
CompilerGeneratedAttribute
public function get DefaultHostingTechnology () : HostingTechnology
|
Property Value
The hosting technology.
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
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also