Index Property (ItemLocation)
In This Topic
The index of the value in question.
Syntax
'Declaration
Public ReadOnly Property Index As System.Integer
'Usage
Dim instance As ItemLocation
Dim value As System.Integer
value = instance.Index
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also