'Declaration
<NotNullAttribute()> Property EventNotifier As UANodeDescriptor
'Usage
Dim instance As _UAPublishedEventsElement Dim value As UANodeDescriptor instance.EventNotifier = value value = instance.EventNotifier
[NotNull()] UANodeDescriptor EventNotifier {get; set;}
[NotNull()] property UANodeDescriptor^ EventNotifier { UANodeDescriptor^ get(); void set ( UANodeDescriptor^ value); }