Entity.GetIdentifierCount Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetIdentifierCount As Integer
'Usage
Dim instance As Entity
Dim returnValue As Integer
returnValue = instance.GetIdentifierCount()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public int GetIdentifierCount()
Return Value
Type: System.Int32
An int count.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace