CustomCodeSettings.AllowExternalCode 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 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.