←Select platform

Comment Property

Summary

If the NodeType is DicomXmlNodeType.Comment, then this contains the comment that is about to be written.

Syntax

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

Property Value

The comment that is about to be written.

Remarks

This value can be changed in the SaveXmlCallback delegate.

Example

For an example, refer to SaveXmlCallback.

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