Share via


PropertyPage.Dirty Property

Returns a Boolean (bool in C#) value that is True if the contents of a custom property page have been altered. The ActiveX control that implements the PropertyPage object sets the value of this property, and Microsoft Outlook queries this in response to the OnStatusChange method of a PropertyPageSite object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Dirty As Boolean
    Get
'Usage
Dim instance As PropertyPage
Dim value As Boolean

value = instance.Dirty
[DispIdAttribute()]
bool Dirty { get; }

Property Value

Type: System.Boolean

See Also

Reference

PropertyPage Interface

PropertyPage Members

Microsoft.Office.Interop.Outlook Namespace