Checks if the technology exists in the registrar. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As TechnologyCollection(Of T)
Dim logicalName As String
Dim returnValue As Boolean

returnValue = instance.ContainsLogicalName(logicalName)

Syntax

Visual Basic
Public Function ContainsLogicalName ( _
		logicalName As String _
) As Boolean
C#
public bool ContainsLogicalName (
		string logicalName
)
C++
public:
bool ContainsLogicalName (
		String^ logicalName
)
J#
public boolean ContainsLogicalName (
		String logicalName
)
JScript
public function ContainsLogicalName (
		logicalName : String
) : boolean

Parameters

logicalName

Technology name to check for.

Return Value

Returns Boolean. The return value is true if the technology is registered, false otherwise.

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