[SearchableAttribute] [LabelAttribute("Statistic Name")] [RequiredAttribute] [StringLengthAttribute(200)] public string Name { get; set; }
<SearchableAttribute> <LabelAttribute("Statistic Name")> <RequiredAttribute> <StringLengthAttribute(200)> Public Property Name As String Get Set
public: [SearchableAttribute] [LabelAttribute(L"Statistic Name")] [RequiredAttribute] [StringLengthAttribute(200)] property String^ Name { String^ get (); void set (String^ value); }
[<SearchableAttribute>] [<LabelAttribute("Statistic Name")>] [<RequiredAttribute>] [<StringLengthAttribute(200)>] member Name : string with get, set
function get_Name(); function set_Name(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.