Remove Method (key)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Remove Method (key)
Removes the item with the specified key from the data.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	string key
)
Public Function Remove ( 
	key As String
) As Boolean
public:
virtual bool Remove(
	String^ key
) sealed
Parameters
key (String)
Case-sensitive data key.
Return Value
Boolean
true if the item was successfully removed from the data; false if an item with the specified key was not found

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