In This Topic

dstIdx Property

In This Topic
The index of the item destination. Between 0 and ItemCount - 1.
Syntax
'Declaration
 
Public ReadOnly Property dstIdx As Integer
public int dstIdx {get;}
public read-only property dstIdx: Integer; 
public function get dstIdx : int
public: __property int get_dstIdx();
public:
property int dstIdx {
   int get();
}
See Also