WinFormsOBPartBase.IsDirtyCore Property
Gets a value that indicates whether the external data part is dirty.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Protected Overrides ReadOnly Property IsDirtyCore As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsDirtyCore
[BrowsableAttribute(false)]
protected override bool IsDirtyCore { get; }
Property Value
Type: System.Boolean
true if the external data part is dirty; otherwise, false.