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