Contains Method (diskId)

Microsoft Deployment Tools

Deployment Tools Foundation Contains Method (diskId)
Checks if the specified media disk id exists in the list.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	int diskId
)
Public Function Contains ( _
	diskId As Integer _
) As Boolean
public:
bool Contains(
	int diskId
)
Parameters
diskId (Int32)
disk id of the media to look for
Return Value
true if the media exists in the list, false otherwise

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