.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::TreeId

Each tree (or XML document) has a unique TreeId. This is the ID of the tree, and can be used to determine if two Xml objects belong to the same tree.

  Declarations  
    [Visual Basic]
Public ReadOnly Property TreeId As Integer

[C#]
public int TreeId {get;}

[C++]
public: __property int get_TreeId();

[JScript]
public function get TreeId() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.