LampInfo.Index 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.
Zero based index of the lamp. Every lamp is associated with one unique index.
public:
property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = lampInfo.index;
Public ReadOnly Property Index As Integer
Property Value
Int32
int
The lamp index.
Remarks
Valid indexes are in the range of 0 to LampCount - 1.