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 or sets the external item reference of the external item associated with this item.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Property EntityInstanceReference As String
Get
Set
'Usage
Dim instance As IOfficeItemHelper
Dim value As String
value = instance.EntityInstanceReference
instance.EntityInstanceReference = value
string EntityInstanceReference { get; set; }
Property Value
Type: System.String
The external item reference of the external item.
Remarks
After obtaining the external item reference through this property, you can use this value to get the entity instance through the GetEntity(String, String) method of the Microsoft.Office.BusinessData.MetadataModel.RemoteSharedFileBackedMetadataCatalog class.