Identifier Class

Contains methods and properties to handle the Identifier object of an external content type.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.MetadataObject
    Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
      Microsoft.SharePoint.BusinessData.Administration.Identifier

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class Identifier _
    Inherits AccessControlledMetadataObject
'Usage
Dim instance As Identifier
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class Identifier : AccessControlledMetadataObject

Remarks

An identifier is a unique key on an external content type; for example, in a bug tracking system, if Bug is an external content type, BugIdNumber might be an identifier for it.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Identifier Members

Microsoft.SharePoint.BusinessData.Administration Namespace