| Visual Basic (Declaration) | |
|---|---|
Public Property PatientRowParent As MWLDataset.PatientRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.ImagingServiceRequestRow Dim value As MWLDataset.PatientRow instance.PatientRowParent = value value = instance.PatientRowParent | |
| C# | |
|---|---|
public MWLDataset.PatientRow PatientRowParent {get; set;} | |
| C++/CLI | |
|---|---|
public: property MWLDataset.PatientRow^ PatientRowParent { MWLDataset.PatientRow^ get(); void set ( MWLDataset.PatientRow^ value); } | |
Property Value
The MWLDataset.PatientRow parent row.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code