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