IppIntegerRange.End Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the upper bound (inclusive) of the rangeOfInteger
attribute (as defined by the Internet Printing Protocol (IPP)) that is represented by the current IppIntegerRange object.
public:
property int End { int get(); };
int End();
public int End { get; }
var int32 = ippIntegerRange.end;
Public ReadOnly Property End As Integer
Property Value
Int32
int
The upper bound (inclusive) of the rangeOfInteger
attribute.