'Declaration
<NotNullAttribute()> Property ImplicitImportDictionary As StringStringDictionary
'Usage
Dim instance As _UAOpcBinaryDtsParameters Dim value As StringStringDictionary instance.ImplicitImportDictionary = value value = instance.ImplicitImportDictionary
[NotNull()] StringStringDictionary ImplicitImportDictionary {get; set;}
[NotNull()] property StringStringDictionary^ ImplicitImportDictionary { StringStringDictionary^ get(); void set ( StringStringDictionary^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).