ContainsKey Method (key)

Microsoft Deployment Tools

Deployment Tools Foundation ContainsKey Method (key)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataContainsKey(String)
Determines whether the data contains an item with the specified key.
Declaration Syntax
C# Visual Basic Visual C++
public bool ContainsKey(
	string key
)
Public Function ContainsKey ( _
	key As String _
) As Boolean
public:
virtual bool ContainsKey(
	String^ key
) sealed
Parameters
key (String)
Case-sensitive data key.
Return Value
true if the data contains an item with the key; otherwise, false

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)