WinFormsOBPartBase.AutoReadDataSource Property
Gets or sets a value that indicates if this external data part should read the entity associated with it immediately in the OnElementInitialized() method or allow this external data part to get the data source.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Property AutoReadDataSource As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.AutoReadDataSource
Me.AutoReadDataSource = value
protected bool AutoReadDataSource { get; set; }
Property Value
Type: System.Boolean
true if this external data part should read the entity associated with it immediately in the OnElementInitialized() method; false to allow this external data part to get the data source.