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