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