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