共用方式為


SPAuditEntryCollection.Count property

取得集合中的SPAuditEntry物件的總數。

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

Syntax

'宣告
Public Overrides ReadOnly Property Count As Integer
    Get
'用途
Dim instance As SPAuditEntryCollection
Dim value As Integer

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

Property value

Type: System.Int32
Int32 ,表示集合中的項目總數。

Implements

ICollection.Count

請參閱

參照

SPAuditEntryCollection class

SPAuditEntryCollection members

Microsoft.SharePoint namespace