ContainsKey Method (key)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
Boolean
true if the data contains an item with the key; otherwise, false

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)