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