Verifies that the hosting technology is
allowed by the deployment technology.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As DeploymentTechnology
Dim hostingTechId As String
instance.VerifyHostingTechnology(hostingTechId)
|
Syntax
Visual Basic |
Public Sub VerifyHostingTechnology ( _
hostingTechId As String _
)
|
C# |
public void VerifyHostingTechnology (
string hostingTechId
)
|
C++ |
public:
void VerifyHostingTechnology (
String^ hostingTechId
)
|
J# |
public void VerifyHostingTechnology (
String hostingTechId
)
|
JScript |
public function VerifyHostingTechnology (
hostingTechId : String
)
|
Parameters
- hostingTechId
-
The hosting technology’s identifier.
Exceptions
Exception type |
Condition |
ArgumentException
|
The hosting technology cannot be used with the
deployment 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