In a multi-document tree, this is the direct parent document. If this is the root it is null
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document Parent { get; set; }
Public Property Parent As Document
Get
Set
public:
property Document^ Parent {
Document^ get ();
void set (Document^ value);
}
member Parent : Document with get, set
Property Value
Type:
Document
See Also