|    | DataObjectPropertyChanged Method  | 
 
            Returns true if the provided property has changed between
            CurrentVersion and LastVersion.
            If no currentversion is available, true is returned.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool PropertyChanged(
	int propertyId
)
Parameters
- propertyId
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
See Also