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