Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
TagValue Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > DICOMTags Class : TagValue Property



Gets or Sets the value of the DICOMTag

Syntax

Visual Basic (Declaration) 
Public Property TagValue As String
Visual Basic (Usage)Copy Code
Dim instance As DICOMTags
Dim value As String
 
instance.TagValue = value
 
value = instance.TagValue
C# 
public string TagValue {get; set;}
C++/CLI 
public:
property String^ TagValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The System.String value of the DICOMTag

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also