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