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!

TreeView.PathSeparator

The delimeter string used by TreeNode.getFullPath().

[Visual Basic]
Public Property PathSeparator As String
[C#]
public string PathSeparator {get; set;}
[C++]
public: __property String* get_PathSeparator();
public: __property void set_PathSeparator(String*);
[JScript]
public function get PathSeparator() : String;
public function set PathSeparator(String);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace