WinFormsOBPartBase.DataSourceCore Property
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
<BrowsableAttribute(False)> _
Protected Overrides WriteOnly Property DataSourceCore As Object
Set
'Usage
Dim value As Object
Me.DataSourceCore = value
[BrowsableAttribute(false)]
protected override Object DataSourceCore { 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.