Entity.Identifiers property

Gets the identifier collection for an external content type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Administration.IdentifierCollection
The identifier collection.

Examples

Code Snippet: Create an External Content Type Using the Administration Object Model

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace