Gets the requiredmodules attribute of the current item node.

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

Syntax

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

See Also