All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ProcessInitializationOptions Class Reference

Provides properties to evaluate XML variables and XML expressions. More...

Public Member Functions

 ProcessInitializationOptions ()
 Initializes a new instance of the ProcessInitializationOptions class. More...
 

Properties

bool EvaluateXmlExpressions [get, set]
 Gets or sets a value indicating whether to evaluate XML expressions. More...
 
bool EvaluateXmlVariables [get, set]
 Gets or sets a value indicating whether to evaluate XML variables. More...
 

Description

Provides properties to evaluate XML variables and XML expressions.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessInitializationOptions class.

Property Documentation

bool EvaluateXmlExpressions
getset

Gets or sets a value indicating whether to evaluate XML expressions.

True to evaluate XML expressions; otherwise, false.

bool EvaluateXmlVariables
getset

Gets or sets a value indicating whether to evaluate XML variables.

True to evaluate XML variables; otherwise, false.