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