| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Type As DicomIodType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomIodType Type {get;} | |
| C++/CLI | |
|---|---|
public: property DicomIodType Type { DicomIodType get(); } | |
Return Value
Enumeration that represents the type of Information Object Definition you are working with.For an example, refer to DicomIodTable.Reset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code