EntityReference class
Used when importing systems to provide a reference before the definition is read.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.EntityReference
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class EntityReference
'Usage
Dim instance As EntityReference
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class EntityReference
Remarks
This type works in the same way as method declarations in C 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.