←Select platform

TagName Property

Summary

Gets or Sets the tag name.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string TagName { get; set; } 
  
Public Property TagName As String 
public: 
property String^ TagName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the DICOM tag.

Example

For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms

See Also

Reference

DICOMTags Class

DICOMTags Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly