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

Back to Xml Class Summary

Xml::Cdata

When True, causes an XML node's content to be encapsulated in a CDATA section.

  Declarations  
    [Visual Basic]
Public Property Cdata As Boolean

[C#]
public bool Cdata {get; set;}

[C++]
public: __property bool get_Cdata();
public: __property void set_Cdata(bool);

[JScript]
public function get Cdata() : Boolean;
public function set Cdata(Boolean);
 

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