IValidatable..::..GetErrors Method (String)
   Returns a collection of property-level errors.
   
                
    Namespace: 
   Tortuga.Anchor.ComponentModelAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
ReadOnlyCollection<ValidationResult> GetErrors( string propertyName )
Function GetErrors ( _ propertyName As String _ ) As ReadOnlyCollection(Of ValidationResult)
Parameters
- propertyName
- Type: String
 Null or String.Empty will return the object-level errors
 
                     
                 
                
                 
                 
                 
                
