Summary
Set the value of a field in the current record. Remember to Commit()
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Containing Type
- Installer
Record Reader
Syntax
public void SetValue(int index, Object value)
Parameters
Name | Type | Description |
---|---|---|
index | int | Zero-based index of the field to set |
value | Object | New value |
Return Value
Type | Description |
---|---|
void |