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 data source of this external data part.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Overridable Property DataSourceCore As Object
Get
Set
'Usage
Dim value As Object
value = Me.DataSourceCore
Me.DataSourceCore = value
protected virtual Object DataSourceCore { get; set; }
Property Value
Type: System.Object
The data source of this external data part.
Remarks
Any .NET object can be a data source for an external data part. Typically, it is an IEntityInstance object.