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