Compartilhar via


SPAuditEntryCollection.Count property

Obtém o número total de objetos de SPAuditEntry na coleção.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overrides ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As SPAuditEntryCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Property value

Type: System.Int32
Um Int32 que representa o número total de itens na coleção.

Implements

ICollection.Count

Ver também

Referência

SPAuditEntryCollection class

SPAuditEntryCollection members

Microsoft.SharePoint namespace