SPWorkflowAssociationCollection.Count property
Obtém o número total de associações 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 SPWorkflowAssociationCollection
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 associações.
Implements
Ver também
Referência
SPWorkflowAssociationCollection class