Share via


WinFormsUIElementBase.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
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.

See also

Reference

WinFormsUIElementBase class

WinFormsUIElementBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace