Show / Hide Table of Contents

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

VbCompiler

Declaration
public AheadOfTimeCompiler VbCompiler { get; set; }
Property Value
AheadOfTimeCompiler

Back to top Generated by DocFX