ContainsKey Method (key)

DTF API

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++ F#
public bool ContainsKey(
	string key
)
Public Function ContainsKey ( 
	key As String
) As Boolean
public:
virtual bool ContainsKey(
	String^ key
) sealed
abstract ContainsKey : 
        key : string -> bool 
override ContainsKey : 
        key : string -> bool 
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.11.1.2318)