Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FieldSizeAttribute Constructors

Specifies the maximum number of characters that can be typed in the Property Editor of the current member. In XPO, it additionally specifies the number of characters that can be stored in a column mapped to the current member (has the same effect as the SizeAttribute).
Name Parameters Description
FieldSizeAttribute(Int32) size Initializes a new instance of the FieldSizeAttribute class.
See Also