PropertyRow Class
Specialization of a row for the Property table.
Properties
Property | Description |
---|---|
Property | Gets and sets the property name for the row. |
Value | Gets and sets the property value for the row. |
WixToolset.Data.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Property Property
Gets and sets the property name for the row.
Declaration
public string Property { get; set; }
Value Property
Gets and sets the property value for the row.
Declaration
public string Value { get; set; }