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.

See Also

Reference

WinFormsOBPartBase Class

WinFormsOBPartBase Members

Microsoft.Office.BusinessApplications.Runtime.UI Namespace