Attributes Property

Summary

Gets a dictionary of string pairs that correspond to each attribute in the XML input file.

Syntax
C#
VB
C++
public Dictionary<string, string> Attributes { get; set; } 
Public Property Attributes As Dictionary(Of String,String) 
public: 
property Dictionary<String^,String^>^ Attributes { 
   Dictionary<String^,String^>^ get(); 
   void set (    Dictionary<String^,String^>^ ); 
} 

Property Value

The dictionary of string pairs that correspond to each attribute in the XML input file.

Remarks

This is for informational purposes only. Modifying this has no effect.

Example

For an example, refer to SaveXmlCallback.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly