[LabelAttribute("E-Mail")] [EmailValidationAttribute] [StringLengthAttribute(200)] public string ContactEmail { get; set; }
<LabelAttribute("E-Mail")> <EmailValidationAttribute> <StringLengthAttribute(200)> Public Property ContactEmail As String Get Set
public: [LabelAttribute(L"E-Mail")] [EmailValidationAttribute] [StringLengthAttribute(200)] property String^ ContactEmail { String^ get (); void set (String^ value); }
[<LabelAttribute("E-Mail")>] [<EmailValidationAttribute>] [<StringLengthAttribute(200)>] member ContactEmail : string with get, set
function get_ContactEmail(); function set_ContactEmail(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.