Omb.Admin Namespace > MemberMgr Class : AddLaboratoryMember Method |
Adds a Member to a Laboratory
[Visual Basic]
Public Overridable Sub AddLaboratoryMember( _
ByVal MemberID As ID, _
ByVal LabID As ID, _
ByVal sc As SecurityContext _
)
[C#]
public virtual void AddLaboratoryMember(
ID MemberID,
ID LabID,
SecurityContext sc
);
[C++]
public: virtual void AddLaboratoryMember(
ID MemberID,
ID LabID,
SecurityContext* sc
)
[C++/CLI]
public:
virtual void AddLaboratoryMember(
ID MemberID,
ID LabID,
SecurityContext^ sc
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
MemberMgr Class | MemberMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.