| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ClientQueryDataSet.StudiesRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ClientQueryDataSet.StudiesRow this[ int index ]; {get;} | |
| C++/CLI | |
|---|---|
public: property ClientQueryDataSet.StudiesRow^ default [int] { ClientQueryDataSet.StudiesRow^ get(int index); } | |
Parameters
- index
- The zero-based index of the row to return.
Return Value
The specified ClientQueryDataSet.StudiesRowTarget Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code