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

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

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

Метод Описание
SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System

Initializes a new instance of the SetTargetPath class.

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

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

Initializes a new instance of the SetTargetPath class.
public SetTargetPath ( string propertyValue = "[WIXUI_INSTALLDIR]", string condition = "1" ) : System
propertyValue string The property value. Default value is "[WIXUI_INSTALLDIR]".
condition string The condition.
Результат System