Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Type As DicomUIDCategory |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomUid Dim value As DicomUIDCategory value = instance.Type |
C# | |
---|---|
public DicomUIDCategory Type {get;} |
C++/CLI | |
---|---|
public: property DicomUIDCategory Type { DicomUIDCategory get(); } |
Property Value
Enumeration that represents the Type of UID.For an example, refer to DicomUidTable.Reset.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)