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.Extension

Retrieves a filename extension to save this object's persistance data with.

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

Property Value

a filename extension to use during object persistence. TreeNode does not use an extension, so this always returns null.

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace