'Declaration
<CanBeNullAttribute()> ReadOnly Property Node As Object
'Usage
Dim instance As ITreeTraverser Dim value As Object value = instance.Node
[CanBeNull()] object Node {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).