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