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 referenced Identifier object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetIdentifier As Identifier
'Usage
Dim instance As IdentifierReference
Dim returnValue As Identifier
returnValue = instance.GetIdentifier()
public Identifier GetIdentifier()
Return value
Type: Microsoft.SharePoint.BusinessData.Administration.Identifier
The referenced Identifier.
Exceptions
| Exception | Condition |
|---|---|
| MetadataObjectNotFoundException | Either the external content type containing the identifier or the identifier itself cannot be found. |