Omb.Admin Namespace > Member Class : Contact Property (Member) |
[Visual Basic]
<XmlIgnoreAttribute()>
Public Overridable Property Contact As Contact
[C#]
[XmlIgnoreAttribute()]
public virtual Contact Contact {get; set;}
[C++]
[XmlIgnoreAttribute()]
public: __property virtual Contact* get_Contact();
public: __property virtual void set_Contact(
Contact* value
);
[C++/CLI]
[XmlIgnoreAttribute()]
public:
virtual property Contact^ Contact {
Contact^ get();
void set (Contact^ 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.