Item Property (index)

DTF API

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

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