Compartir a través de


de la propiedad SPUserCodeWorkflowContext.AutoStartCreate

Obtiene o establece un valor que indica si el flujo de trabajo se inicia cuando se crea un elemento.

Espacio de nombres:  Microsoft.SharePoint.UserCode
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property AutoStartCreate As Boolean
    Get
    Set
'Uso
Dim instance As SPUserCodeWorkflowContext
Dim value As Boolean

value = instance.AutoStartCreate

instance.AutoStartCreate = value
public bool AutoStartCreate { get; set; }

Valor de propiedad

Tipo: System.Boolean
true si se inicia el flujo de trabajo cuando se crea un elemento; en caso contrario, false.

Vea también

Referencia

clase SPUserCodeWorkflowContext

Miembros SPUserCodeWorkflowContext

Espacio de nombres Microsoft.SharePoint.UserCode