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