Leadtools.Medical.Worklist.Wcf.Entities Namespace > WCFPPSInformation Class : PPSRelationShip Property |
[DataMemberAttribute()] public List<PPSRelationship> PPSRelationShip {get; set;}
'Declaration <DataMemberAttribute()> Public Property PPSRelationShip As List(Of PPSRelationship)
'Usage Dim instance As WCFPPSInformation Dim value As List(Of PPSRelationship) instance.PPSRelationShip = value value = instance.PPSRelationShip
[DataMemberAttribute()] public: property List<PPSRelationship^>^ PPSRelationShip { List<PPSRelationship^>^ get(); void set ( List<PPSRelationship^>^ value); }