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