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

Back to Xml Class Summary

Xml::Version

The version of the XML component, such as "2.0.0".

  Declarations  
    [Visual Basic]
Public Property Version As String

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

[C++]
public: __property String* get_Version();
public: __property void set_Version(String *);

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

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