CustomCodeSettings.AllowDeclarativeWorkflows Property

Definition

Gets or sets whether XAML workflows are allowed on the server.

public:
 property bool AllowDeclarativeWorkflows { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool AllowDeclarativeWorkflows { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AllowDeclarativeWorkflows : bool with get, set
Public Property AllowDeclarativeWorkflows As Boolean

Property Value

true if XAML workflows are allowed on the server; otherwise, false.

Attributes

Remarks

You can also use Windows PowerShell to set this. For more information, see Enable or disable XAML workflows.

Applies to