Gets the manifest node (XmlNode) and returns it to the caller.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public XmlNode ManifestNode { get; }
Visual Basic (Declaration)
Public ReadOnly Property ManifestNode As XmlNode
Visual C++
public:
property XmlNode^ ManifestNode {
	XmlNode^ get ();
}

See Also