'Declaration
Public MustOverride ReadOnly Property NodeKind As UAServerNodeKind
'Usage
Dim instance As UAServerNode Dim value As UAServerNodeKind value = instance.NodeKind
public abstract UAServerNodeKind NodeKind {get;}
public: abstract property UAServerNodeKind NodeKind { UAServerNodeKind get(); }
Property Value
The kind of the node as defined by the UAServerNodeKind enumeration.The default value of this property is None (UAServerNodeKind.None)
.