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