NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNode.FullPath

Returns the full path of this node. The path consists of the labels of each of the nodes from the root to this node, each separated by the pathSeperator.

[Visual Basic]
Public ReadOnly Property FullPath As String
[C#]
public string FullPath {get;}
[C++]
public: __property String* get_FullPath();
[JScript]
public function get FullPath() : String;

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace