'Declaration
<CanBeNullAttribute()> <ColumnDisplayAttribute(110)> <DefaultValueAttribute("")> <DisplayAttribute(False)> Public Property PubSubConfigurationElement As UAPubSubConfigurationElement
'Usage
Dim instance As UAPubSubConfigurationNodeTreePosition Dim value As UAPubSubConfigurationElement instance.PubSubConfigurationElement = value value = instance.PubSubConfigurationElement
[CanBeNull()] [ColumnDisplay(110)] [DefaultValue("")] [Display(false)] public UAPubSubConfigurationElement PubSubConfigurationElement {get; set;}
[CanBeNull()] [ColumnDisplay(110)] [DefaultValue("")] [Display(false)] public: property UAPubSubConfigurationElement^ PubSubConfigurationElement { UAPubSubConfigurationElement^ get(); void set ( UAPubSubConfigurationElement^ value); }