C# 클래스 WixSharp.Controls.SetProperty

Defines T:WixSharp.DialogAction for setting property.
상속: DialogAction
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
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