The following tables list the members exposed by IValidCompatibleUnit.
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | CompatibleUnit | CompatibleUnit - the initial compatible unit | 
|  | ErrorItemCount | ErrorItemCount, if there were validation failures, this indicates how many failures occurred and also how many ErrorItemName's and ErrorItemMessage's there are. | 
|  | IsValid | IsValid indicates if the compatible unit is valid or not (true or false) | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | ErrorItemMessage | ErrorItemMessage - a description of the validation failure | 
|  | ErrorItemName | ErrorItemName - the name of the field that failed validation | 
TopSee Also