'Declaration
<IsValueEvidentAttribute(True)> Public Property PublisherId As UAPublisherId
'Usage
Dim instance As UAPubSubLocators Dim value As UAPublisherId instance.PublisherId = value value = instance.PublisherId
[IsValueEvident(true)] public UAPublisherId PublisherId {get; set;}
[IsValueEvident(true)] public: property UAPublisherId^ PublisherId { UAPublisherId^ get(); void set ( UAPublisherId^ value); }