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