WorkflowSubscription.Enabled propriedade
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Property Enabled As Boolean
Get
Set
'Uso
Dim instance As WorkflowSubscription
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
Valor de propriedade
Tipo: System.Boolean