Omb.Domain Namespace > Document Class : Type Property (Document) |
[Visual Basic]
<XmlIgnoreAttribute()>
Public Overridable Property Type As DocumentType
[C#]
[XmlIgnoreAttribute()]
public virtual DocumentType Type {get; set;}
[C++]
[XmlIgnoreAttribute()]
public: __property virtual DocumentType get_Type();
public: __property virtual void set_Type(
DocumentType value
);
[C++/CLI]
[XmlIgnoreAttribute()]
public:
virtual property DocumentType Type {
DocumentType get();
void set (DocumentType value);
}
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Document Class | Document Members
© 2009 Medical College of Georgia. All Rights Reserved.