CustomCodeSettings.AllowDeclarativeWorkflows Property
Applies To: Dynamics CRM 2015
Gets or sets whether XAML workflows are allowed on the server.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public bool AllowDeclarativeWorkflows { get; set; }
public:
[DataMemberAttribute]
property bool AllowDeclarativeWorkflows {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member AllowDeclarativeWorkflows : bool with get, set
<DataMemberAttribute>
Public Property AllowDeclarativeWorkflows As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if XAML workflows are allowed on the server; otherwise, false.
Remarks
You can also use Windows PowerShell to set this. For more information, see Enable or disable XAML workflows.
See Also
CustomCodeSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Custom XAML workflows
Return to top
© 2016 Microsoft. All rights reserved. Copyright