EndnotesPart.Endnotes Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Endnotes As Endnotes
    Get
    Set
'Usage
Dim instance As EndnotesPart
Dim value As Endnotes

value = instance.Endnotes

instance.Endnotes = value
public Endnotes Endnotes { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Endnotes

See Also

Reference

EndnotesPart Class

EndnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace