C# Класс WixSharp.Controls.SetProperty

Defines T:WixSharp.DialogAction for setting property.
Наследование: DialogAction
Показать файл Открыть проект

Открытые методы

Метод Описание
SetProperty ( string propertyName, string propertyValue, string condition = "1" ) : System

Initializes a new instance of the SetProperty class.

Описание методов

SetProperty() публичный Метод

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.
Результат System