IdentifierReference.GetIdentifier Method
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. |