'Declaration
<CanBeNullAttribute()> Public Property PubSubConfigurationElement As UAPubSubConfigurationElement
'Usage
Dim instance As UAPubSubConfigurationNodeTreePosition Dim value As UAPubSubConfigurationElement instance.PubSubConfigurationElement = value value = instance.PubSubConfigurationElement
[CanBeNull()] public UAPubSubConfigurationElement PubSubConfigurationElement {get; set;}
[CanBeNull()] public: property UAPubSubConfigurationElement^ PubSubConfigurationElement { UAPubSubConfigurationElement^ get(); void set ( UAPubSubConfigurationElement^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.