Click or drag to resize

CompanyMapAcronym Property


Namespace: GSF.Web.Shared.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[StringLengthAttribute(10)]
[RegularExpressionAttribute("^[A-Z0-9]+$", ErrorMessage = "Only three upper case letters or numbers are allowed.")]
[RequiredAttribute]
public string MapAcronym { get; set; }
View Source

Property Value

String
See Also