'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property TypeNameRemappingDictionary As XmlQualifiedName2Dictionary
'Usage
Dim instance As _UAOpcBinaryDtsParameters Dim value As XmlQualifiedName2Dictionary instance.TypeNameRemappingDictionary = value value = instance.TypeNameRemappingDictionary
[ElementsNotNull()] [NotNull()] XmlQualifiedName2Dictionary TypeNameRemappingDictionary {get; set;}
[ElementsNotNull()] [NotNull()] property XmlQualifiedName2Dictionary^ TypeNameRemappingDictionary { XmlQualifiedName2Dictionary^ get(); void set ( XmlQualifiedName2Dictionary^ value); }