Compartir por


Propiedad CustomCodeSettings.AllowExternalCode

Se aplica a: CRM 2015 on-prem, CRM Online

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

Espacio de nombres: Microsoft.Xrm.Sdk.Deployment
Ensamblado: Microsoft.Xrm.Sdk.Deployment (en Microsoft.Xrm.Sdk.Deployment.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property AllowExternalCode As Boolean
[DataMemberAttribute] 
public bool AllowExternalCode { get; set; }

Valor de propiedad

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

Comentarios

You can also use Windows PowerShell to set this. For more information, see Enable or Disable Custom Code.

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Teléfono inteligente,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

Vea también

Referencia

Clase de CustomCodeSettings
Miembros de CustomCodeSettings
Espacio de nombres de Microsoft.Xrm.Sdk.Deployment

Otros recursos

Custom Workflow Activities (Workflow Assemblies)

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.