IntArray.MaxInclusive

IntArray.MaxInclusive property

Gets or sets the max inclusive. The maxInclusive attribute indicates the largest integer value that can be contained in the array. The default value is 2147483647. Optional attribute.

public string MaxInclusive { get; set; }

See Also