How to set the attribute’s default value to current date in the property window. I tried using System.DateTime.Today. However, I am getting an error.
I don’t want to set this default value dynamically or in code.

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.
It is not possible from designer. You must create your own partial class for your entity and set the date in default constructor: