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