![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Item Property (property)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SourceList ► Item[([( String])])
Gets or sets source list information properties of a product or patch installation.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public string this[ string property ] { get; set; }
Public Default Property Item ( property As String ) As String Get Set
public: property String^ default[String^ property] { String^ get (String^ property); void set (String^ property, String^ value); }
member Item : string with get, set
![](collapse_all.gif)
- property (String)
- The source list information property name.
![](collapse_all.gif)
![](collapse_all.gif)
Win32 MSI API: MsiSourceListGetInfo
![](collapse_all.gif)
Exception | Condition |
---|---|
ArgumentOutOfRangeException | An unknown product, patch, or property was requested |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)