ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
FieldDefinition.ValidValuesList Property

A list of valid static values for this field. Each value is represented by a ValidValueDefinition

Some fields, such as flag fields, can only ever take certain values. For these fields, this list will contain each valid value and description. Note that this will not have any values for dynamic lists (such as Qualification Code), as these lists could be massive.

C#
public List<ValidValueDefinition> ValidValuesList;
Copyright (c) VETtrak 2022. All rights reserved.