AtomData Property
The complete content of the Atom resource.
Syntax
atomcontrol.AtomData[=string]
Default Value
""
Remarks
This property will contain the bytes received when retrieving Atom feeds or a media type through the GetResource method. When writing an Atom feed using the WriteFile method, the AtomData will be generated from the existing properties.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .AtomDataB.
This property is not available at design time.
Data Type
Binary String