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