| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Row As DicomInformation.PatientsRow  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DicomInformation.PatientsRow Row {get;}  | |
| C++/CLI | |
|---|---|
public: property DicomInformation.PatientsRow^ Row { DicomInformation.PatientsRow^ get(); }  | |
Return Value
The DicomInformation.PatientsRow upon which an action has occurred.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code