Click or drag to resize

JsonConfIntegerEditorAttributeMax Property

Indicates the maximum value to allow in the editor. Defaults to int.MaxValue which passes undefined (no max) to the schema.

Namespace:  MFiles.VAF.Configuration
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public long Max { get; set; }

Property Value

Type: Int64
See Also