Item Property (field)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (field)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordItem[([(String])])
Gets or sets a record field.
Declaration Syntax
C# Visual Basic Visual C++
public string this[
	string field
] { get; set; }
Public Default Property Item ( _
	field As String _
) As String
public:
property String^ default[String^ field] {
	String^ get (String^ field);
	void set (String^ field, String^ value);
}
Parameters
field (String)
column name of the field
Remarks
Setting a field value will automatically update the database.

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