Simple Question, but I can’t seem to find the answer.
What is the difference between the ValidationProperty and ValidationPropertyAttribute metadata attributes?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nothing, attributes can be used with their full name or without the
Attibutesuffix. The comiler will automatically addAttributeif it can’t find an attribute with the short name.From
http://msdn.microsoft.com/en-us/library/aa288454(v=vs.71).aspx#vcwlkattributestutorialanchor2