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