Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Tag As DicomTagType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomTagType Tag {get;} |
Managed Extensions for C++ | |
---|---|
public: __property DicomTagType get_Tag(); |
C++/CLI | |
---|---|
public: property DicomTagType Tag { DicomTagType get(); } |
Return Value
Value indicating the data element tag.For an example, refer to SetIntValue.
If the element tag is not recognized by LEADTOOLS then the value of this property will be set to DicomTagType.Undefined and in that case the UserTag property can be used to get the element tag.
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