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

Indicates the maximum string length of the field. Performing an update with a string longer than this will truncate the string. 

Only applicable if this field is updateable, is a string, and is not a lookup field.

C#
public int? MaximumLength;
Copyright (c) VETtrak 2022. All rights reserved.