

Deployment Tools Foundation
Item Property (field)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► QRecord ► Item[([( String])])
Gets or sets a record field.

C# | Visual Basic | Visual C++ | F# |
public string this[ string field ] { get; set; }
Public Default Property Item ( field As String ) As String Get Set
public: property String^ default[String^ field] { String^ get (String^ field); void set (String^ field, String^ value); }
member Item : string with get, set

- field (String)
- column name of the field


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.11.1.2318)