Share via


CustomCodeSettings.AllowExternalCode Property

Definition

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

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

Property Value

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

Attributes

Remarks

You can also use Windows PowerShell to set this. For more information, see 2dd2fe35-f681-4548-9b2b-5ad7c8470b8d#enable_disable.

Applies to