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