CustomCodeSettings.AllowDeclarativeWorkflows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.