Omb.Domain Namespace > Model Class : Investigators Property (Model) |
[Visual Basic]
Public Overridable Property Investigators As InvestigatorList
[C#]
public virtual InvestigatorList Investigators {get; set;}
[C++]
public: __property virtual InvestigatorList* get_Investigators();
public: __property virtual void set_Investigators(
InvestigatorList* value
);
[C++/CLI]
public:
virtual property InvestigatorList^ Investigators {
InvestigatorList^ get();
void set (InvestigatorList^ value);
}
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© 2009 Medical College of Georgia. All Rights Reserved.