←Select platform

TagValue Property

Summary

Gets or Sets the value of the DICOMTag

Syntax

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

Property Value

The System.String value of the DICOMTag

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