Gets the code that indicates the tag.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Code As DicomTagType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomTag
Dim value As DicomTagType
value = instance.Code
|
Managed Extensions for C++ | |
---|
public: __property DicomTagType get_Code(); |
Return Value
Value indicating the the code that indicates the tag. For a list of default values, refer to
Data Element Tag Values.
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