Check whether or not the specified property has been changed

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected bool IsPropertyDirty(
	string propertyName
)
Protected Function IsPropertyDirty ( _
	propertyName As String _
) As Boolean
protected:
bool IsPropertyDirty (
	String^ propertyName
)

Parameters

propertyName
String
The name of the property to check.

Return Value

[Missing <returns> documentation for M:BlogEngine.Core.BusinessBase`2.IsPropertyDirty(System.String)]

See Also