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