In This Topic

NodeText Property

In This Topic
The text of the selected node.
Syntax
'Declaration
 
Public ReadOnly Property NodeText As String
public string NodeText {get;}
public read-only property NodeText: String; 
public function get NodeText : String
public: __property string* get_NodeText();
public:
property String^ NodeText {
   String^ get();
}
See Also