Class ActivityXamlServicesSettings
Inheritance
System.Object
ActivityXamlServicesSettings
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class ActivityXamlServicesSettings : Object
Constructors
ActivityXamlServicesSettings()
Declaration
public ActivityXamlServicesSettings()
Properties
CompileExpressions
Declaration
public bool CompileExpressions { get; set; }
Property Value
System.Boolean
|
CSharpCompiler
Declaration
public AheadOfTimeCompiler CSharpCompiler { get; set; }
Property Value
AheadOfTimeCompiler
|
LocationReferenceEnvironment
Declaration
public LocationReferenceEnvironment LocationReferenceEnvironment { get; set; }
Property Value
LocationReferenceEnvironment
|