IppIntegerRange.Start Property

Definition

Gets the lower 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 Start { int get(); };
int Start();
public int Start { get; }
var int32 = ippIntegerRange.start;
Public ReadOnly Property Start As Integer

Property Value

Int32

int

The lower bound (inclusive) of the rangeOfInteger attribute.

Applies to