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