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

Back to Xml Class Summary

Xml::Tag

The XML node's tag.

  Declarations  
    [Visual Basic]
Public Property Tag As String

[C#]
public string Tag {get; set;}

[C++]
public: __property String* get_Tag();
public: __property void set_Tag(String *);

[JScript]
public function get Tag() : String;
public function set Tag(String);
 

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