The following tables list the members exposed by the MemberToValidateInfo type.

Name Description
Public property IsAssignableFromString Gets a value indicating whether the member to validate is assignable from string.
Public property IsNullable Gets a value indicating whether the member to validate is nullable.
Public property Name Gets the name of the member to validate.
Public property Type Gets the type of the member to validate.
Top