| Visual Basic (Declaration) | |
|---|---|
Public Property PatientsRow As DicomInformation.PatientsRow  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DicomInformation.PatientsRow PatientsRow {get; set;}  | |
| C++/CLI | |
|---|---|
public: property DicomInformation.PatientsRow^ PatientsRow { DicomInformation.PatientsRow^ get(); void set (DicomInformation.PatientsRow^ value); }  | |
Return Value
The parent DicomInformation.PatientsRow for this row.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code