BCImportValidatePropertyValidationRules Method  | 
 
            Validate property validation rules.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void ValidatePropertyValidationRules(
	Object PropertiesMapped,
	Object PropertiesToBeValidated
)
Public Sub ValidatePropertyValidationRules ( 
	PropertiesMapped As Object,
	PropertiesToBeValidated As Object
)
Parameters
- PropertiesMapped
 - Type: SystemObject
properties to set on revision - PropertiesToBeValidated
 - Type: SystemObject
properties to validate on revision 
See Also