Entity.Identifiers Property
Gets a collection of identifiers defined for the entity in the Business Data Catalog.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Identifiers As IdentifierCollection
Get
'Usage
Dim instance As Entity
Dim value As IdentifierCollection
value = instance.Identifiers
public IdentifierCollection Identifiers { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.IdentifierCollection
A collection of identifiers.
Remarks
Min. identifiers per entity: 0
Max. identifiers per entity: 20
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace