System.ComponentModel.DataAnnotations.RequiredAttribute
namespace System.ComponentModel.DataAnnotations
{
public class RequiredAttribute : ValidationAttribute
{
public bool AllowEmptyStrings { get; set; }
public RequiredAttribute();
}
}