Determines if the identified 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
Dim returnValue As Boolean
returnValue = instance.IsHostingTechnologyAllowed(hostingTechId)
|
Syntax
Visual Basic |
Public Function IsHostingTechnologyAllowed ( _
hostingTechId As String _
) As Boolean
|
C# |
public bool IsHostingTechnologyAllowed (
string hostingTechId
)
|
C++ |
public:
bool IsHostingTechnologyAllowed (
String^ hostingTechId
)
|
J# |
public boolean IsHostingTechnologyAllowed (
String hostingTechId
)
|
JScript |
public function IsHostingTechnologyAllowed (
hostingTechId : String
) : boolean
|
Parameters
- hostingTechId
-
The hosting technology’s identifier.
Return Value
true if the hosting technology is allowed by the deployment
technology; otherwise,
false.
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