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