Gets the requirednamespaced 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 requirednamespaced { get; }
Visual Basic (Declaration)
Public ReadOnly Property requirednamespaced As String
Visual C++
public:
property String^ requirednamespaced {
	String^ get ();
}

See Also