Skip to main content

PropertyRow Class

Specialization of a row for the Property table.

Properties

PropertyDescription
PropertyGets and sets the property name for the row.
ValueGets and sets the property value for the row.

WixToolset.Data.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }