CustomCodeSettings Class
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.
Server level settings that control use of custom code.
public ref class CustomCodeSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="CustomCodeSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class CustomCodeSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="CustomCodeSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type CustomCodeSettings = class
inherit DeploymentConfigSettings
Public Class CustomCodeSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Constructors
CustomCodeSettings() |
Initializes a new instance of the CustomCodeSettings class. |
Properties
AllowDeclarativeWorkflows |
Gets or sets whether XAML workflows are allowed on the server. |
AllowExternalCode |
Gets or sets whether plug-ins and custom workflow activities can be registered on the server. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |