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