CustomCodeSettings.AllowExternalCode Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether plug-ins and custom workflow activities can be registered on the server.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public bool AllowExternalCode { get; set; }
public:
[DataMemberAttribute]
property bool AllowExternalCode {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member AllowExternalCode : bool with get, set
<DataMemberAttribute>
Public Property AllowExternalCode As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the plug-ins and custom workflow activities can be registered on the server; otherwise, false.

Remarks

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

See Also

CustomCodeSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Custom workflow activities (workflow assemblies)

Return to top

© 2016 Microsoft. All rights reserved. Copyright