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 if it exists or returns a null reference (Nothing in Visual Basic) if not found.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function TryGetIdentifier As Identifier
'Usage
Dim instance As IdentifierReference
Dim returnValue As Identifier
returnValue = instance.TryGetIdentifier()
public Identifier TryGetIdentifier()
Return value
Type: Microsoft.SharePoint.BusinessData.Administration.Identifier
The identifier.