get/set the package associated with the current container.

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

Syntax

C#
public package package { get; set; }
Visual Basic (Declaration)
Public Property package As package
Visual C++
public:
property package^ package {
	package^ get ();
	void set (package^ value);
}

See Also