Item Property (index)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Item Property (index)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordItem[([( Int32])])
Gets or sets a record field.
Declaration Syntax
C# Visual Basic Visual C++
public string this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As String
	Get
	Set
public:
property String^ default[int index] {
	String^ get (int index);
	void set (int index, String^ value);
}
Parameters
index (Int32)
zero-based column index of the field
Property Value
Remarks
Setting a field value will automatically update the database.

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.9.1006.0)