Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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