←Select platform

ElementName Property

Summary

Identifies the name of the XML element that is about to be written.

Syntax

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

Property Value

The name of the XML element that is about to be written.

Remarks

By default, this is either 'dataset' or 'element'. 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