Share via


Entity.GetIdentifierCount Method

Gets the count of identifiers defined for the entity.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetIdentifierCount As Integer
'Usage
Dim instance As Entity
Dim returnValue As Integer

returnValue = instance.GetIdentifierCount()
public int GetIdentifierCount()

Return Value

Type: System.Int32
An int count.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace