IppIntegerRange.End Property

Definition

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.

Applies to