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