WinFormsOBPartBase.DataFetchPending Property
Gets or sets a value that indicates if there is a pending data fetch that should be done when the external data part is expanded for the first time.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected Property DataFetchPending As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.DataFetchPending
Me.DataFetchPending = value
protected bool DataFetchPending { get; set; }
Property Value
Type: System.Boolean
true if there is a pending data fetch that should be done when the external data part is expanded for the first time; otherwise, false.