Skip to 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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Property Property {#property}

Gets and sets the property name for the row.

Declaration

public string Property { get; set; }

Value Property {#value}

Gets and sets the property value for the row.

Declaration

public string Value { get; set; }