'Declaration Public Function IsUpdatedReportProperty( _ ByVal propertyName As String, _ ByVal propertyValue As Object _ ) As Boolean
public bool IsUpdatedReportProperty( string propertyName, object propertyValue )
Parameters
- propertyName
- A System.String value indicating the name of the property to check.
- propertyValue
- A System.String value indicating the value of the property to compare against the master.