'Declaration
<DisplayAttribute(AutoGenerateField=False, Order=2, ShortName="Custom Property Value Dictionary")> Public Property CustomPropertyValueDictionary As UAKeyValueDictionary
'Usage
Dim instance As UAPubSubObjectElement Dim value As UAKeyValueDictionary instance.CustomPropertyValueDictionary = value value = instance.CustomPropertyValueDictionary
[Display(AutoGenerateField=false, Order=2, ShortName="Custom Property Value Dictionary")] public UAKeyValueDictionary CustomPropertyValueDictionary {get; set;}
[Display(AutoGenerateField=false, Order=2, ShortName="Custom Property Value Dictionary")] public: property UAKeyValueDictionary^ CustomPropertyValueDictionary { UAKeyValueDictionary^ get(); void set ( UAKeyValueDictionary^ value); }