←Select platform

ElementValue Property

Summary

Gets a value that indicates the string value of the JSON element about to be written.

Syntax

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

Property Value

The string value of the JSON element about to be written.

Remarks

If ElementDataType is ElementDataType.String, then this is will be the value assigned to the DicomElement that will be created. Modifying ElementValue changes the value that will be written for the DicomElement.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly