'Declaration
<NotNullAttribute()> Property PubSubLocators As UAPubSubLocators
'Usage
Dim instance As _EasyUAPubSubMessageEventArgs Dim value As UAPubSubLocators instance.PubSubLocators = value value = instance.PubSubLocators
[NotNull()] UAPubSubLocators PubSubLocators {get; set;}
[NotNull()] property UAPubSubLocators^ PubSubLocators { UAPubSubLocators^ get(); void set ( UAPubSubLocators^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).