Compartilhar via


SPWorkflowModificationCollection.Count property

Obtém o número total de modificações do 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 SPWorkflowModificationCollection
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 modificações.

Implements

ICollection.Count

Ver também

Referência

SPWorkflowModificationCollection class

SPWorkflowModificationCollection members

Microsoft.SharePoint.Workflow namespace