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