IntArray.MinInclusive

IntArray.MinInclusive property

Gets or sets the min inclusive. The minInclusive attribute indicates the smallest integer value that can be contained in the array. The default value is -2147483648. Optional attribute.

public string MinInclusive { get; set; }

See Also