'Declaration
Public Property CustomPropertyValueDictionary As UAKeyValueDictionary
'Usage
Dim instance As UAPubSubObjectElement Dim value As UAKeyValueDictionary instance.CustomPropertyValueDictionary = value value = instance.CustomPropertyValueDictionary
public UAKeyValueDictionary CustomPropertyValueDictionary {get; set;}
public: property UAKeyValueDictionary^ CustomPropertyValueDictionary { UAKeyValueDictionary^ get(); void set ( UAKeyValueDictionary^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).