'Declaration
<NotNullAttribute()> Public Property ReadEventSource As EventSource
'Usage
Dim instance As PointBinding Dim value As EventSource instance.ReadEventSource = value value = instance.ReadEventSource
[NotNull()] public EventSource ReadEventSource {get; set;}
[NotNull()] public: property EventSource^ ReadEventSource { EventSource^ get(); void set ( EventSource^ value); }