Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > LoadXmlBeforeElementData Class : Attributes Property |
public Dictionary<string,string> Attributes {get; set;}
'Declaration
Public Property Attributes As Dictionary(Of String,String)
'Usage
Dim instance As LoadXmlBeforeElementData Dim value As Dictionary(Of String,String) instance.Attributes = value value = instance.Attributes
public: property Dictionary<String^,String^>^ Attributes { Dictionary<String^,String^>^ get(); void set ( Dictionary<String^,String^>^ value); }