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