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 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

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