Item Property (index)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (index)
Gets or sets the element at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPath this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As InstallPath
public:
virtual property InstallPath^ default[int index] {
	InstallPath^ get (int index) sealed;
	void set (int index, InstallPath^ value) sealed;
}
Parameters
index (Int32)

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