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