IppIntegerRange.Start 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 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.