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