public System.int Index {get;}
public read-only property Index: System.Integer;
public function get Index : System.int
public: __property System.int get_Index();
public: property System.int Index { System.int get(); }
'Declaration
Public ReadOnly Property Index As System.Integer
'Usage
Dim instance As ItemLocation Dim value As System.Integer value = instance.Index