←Select platform

NewValue Property

Summary

Gets or sets the new value of the DICOM element.

Syntax

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

Property Value

The new value of the DICOM element.

Remarks

This value is not processed by the MacroProcessor<T> so it shouldn't include any macros.

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