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