[RequiredAttribute] [StringLengthAttribute(200)] public string UserName { get; set; }
<RequiredAttribute> <StringLengthAttribute(200)> Public Property UserName As String Get Set
public: [RequiredAttribute] [StringLengthAttribute(200)] property String^ UserName { String^ get (); void set (String^ value); }
[<RequiredAttribute>] [<StringLengthAttribute(200)>] member UserName : string with get, set
function get_UserName(); function set_UserName(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.