IdentifierReference Class
Represents a reference to an identifier.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.Client.IdentifierReference
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public NotInheritable Class IdentifierReference
'Usage
Dim instance As IdentifierReference
public sealed class IdentifierReference
Remarks
Reference classes such as IdentifierReference are used when importing systems to provide a reference before the definition is read. It is the same idea as method declarations in C-language code, where an object must be declared (if not defined) before it can be referenced in other definitions.
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
Microsoft.SharePoint.BusinessData.Administration.Client Namespace