| Omb.Domain Namespace > AnimalMgr Class : AnimalExists Method |
Checks in an Animal Exists
[Visual Basic]
Public Overridable Function AnimalExists( _
ByVal name As String, _
ByVal investigator As ID _
) As Boolean[C#]
public virtual bool AnimalExists(
string name,
ID investigator
);[C++]
public: virtual bool AnimalExists(
string* name,
ID investigator
) [C++/CLI]
public:
virtual bool AnimalExists(
String^ name,
ID investigator
) bool object
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
AnimalMgr Class | AnimalMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.