2023 Property
Changes 0
P

Element.Document

Description:
Returns the Document in which the Element resides.
Remarks:
All elements are contained within a document. An element can be retrieved from this document by using the id that is returned by the element's id property.
public Document Document { get; }