Remove Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation Remove Method (item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListRemove(String)
Removes a network or URL source.
Declaration Syntax
C# Visual Basic Visual C++
public bool Remove(
	string item
)
Public Function Remove ( _
	item As String _
) As Boolean
public:
virtual bool Remove(
	String^ item
) sealed
Parameters
item (String)
Remarks

Win32 MSI API: MsiSourceListClearSource

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