C# Class WixSharp.Controls.SetProperty

Defines T:WixSharp.DialogAction for setting property.
Inheritance: DialogAction
Datei anzeigen Open project: Eun/WixSharp

Public Methods

Method Description
SetProperty ( string propertyName, string propertyValue, string condition = "1" ) : System

Initializes a new instance of the SetProperty class.

Method Details

SetProperty() public method

Initializes a new instance of the SetProperty class.
public SetProperty ( string propertyName, string propertyValue, string condition = "1" ) : System
propertyName string Name of the property.
propertyValue string The property value.
condition string The condition.
return System