![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Item Property (index)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Item[([( Int32])])
Gets or sets the element at the specified index.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
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; }
![](collapse_all.gif)
- index (Int32)
![](collapse_all.gif)
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)