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