Gets the errors for a property.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
public string[] GetErrorsForProperty(
	string name
)

Parameters

name
String
The property name.

Return Value

Array of error messages

See Also