Gets the type of Information Object Definition you are working with.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Type As DicomIodType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomIod
Dim value As DicomIodType
value = instance.Type
|
Managed Extensions for C++ | |
---|
public: __property DicomIodType get_Type(); |
Return Value
Enumeration that represents the type of Information Object Definition you are working with.
Example
For an example, refer to
Reset.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also