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