SPWorkflowTemplateCollection.Count property
Obtém o número total de modelos de fluxo de trabalho na coleção.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property Count As Integer
Get
'Uso
Dim instance As SPWorkflowTemplateCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
Um Integer que representa o número de modelos de fluxo de trabalho.
Implements
Ver também
Referência
SPWorkflowTemplateCollection class
SPWorkflowTemplateCollection members
Microsoft.SharePoint.Workflow namespace
Outros recursos
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview