Gets the unique_identifier attribute of the package element

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

Syntax

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

See Also