Remove Method (key)

Microsoft Deployment Tools

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
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) Version: 3.0.0.0 (3.5.1623.0)