'Declaration <BrowsableAttribute(False)> Public Property TextualInformation As System.Collections.Generic.Dictionary(Of String,String)
[Browsable(False)] public System.Collections.Generic.Dictionary<string,string> TextualInformation { get; set; }
[Browsable(False)] public: __property System.Collections.Generic.Dictionary<string,string*>* get_TextualInformation(); public: __property void set_TextualInformation(
System.Collections.Generic.Dictionary<string,string*>* value
);
[Browsable(False)] public:
property System.Collections.Generic.Dictionary<string,string^>^ TextualInformation { System.Collections.Generic.Dictionary<string,string^>^ get(); void set(System.Collections.Generic.Dictionary<string,string^>^ value); }