Get or set the dtb:uid meta element in the head element of the NCX.

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

Syntax

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

See Also