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
Public Property DataSource As Object
Get
Set
'Usage
Dim instance As WinFormsUIElementBase
Dim value As Object
value = instance.DataSource
instance.DataSource = value
public Object DataSource { 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.