Property | Type | Description | |
---|---|---|---|
PropName | string | ||
Value | string |
Method | Description | |
---|---|---|
SetPropertyAction ( ) |
Initializes a new instance of the SetPropertyAction class.
|
|
SetPropertyAction ( |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( string name, string value ) |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( string name, string value, Return returnType ) |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
|
SetPropertyAction ( string name, string value, Return returnType, When when, |
Initializes a new instance of the SetPropertyAction class with properties/fields initialized with specified parameters.
|
public SetPropertyAction ( |
||
id | The explicit |
|
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
public SetPropertyAction ( |
||
id | The explicit |
|
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
returnType | Return | The return type of the action. |
public SetPropertyAction ( |
||
id | The explicit |
|
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
public SetPropertyAction ( |
||
id | The explicit |
|
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |
|
sequence | WixSharp.Sequence | The MSI sequence the action belongs to. |
public SetPropertyAction ( string name, string value ) | ||
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
public SetPropertyAction ( string name, string value, Return returnType ) | ||
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
returnType | Return | The return type of the action. |
public SetPropertyAction ( string name, string value, Return returnType, When when, |
||
name | string | Name of the property to be assigned. |
value | string | Value to be set to the property. |
returnType | Return | The return type of the action. |
when | When | |
step | ||
condition | The launch condition for the |