DocumentChildDocument Property |
Gets the document of the document child.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic abstract Document Document { get; }
Public MustOverride ReadOnly Property Document As Document
Get
public:
virtual property Document^ Document {
Document^ get () abstract;
}
abstract Document : Document with get
Property Value
Type:
Document
The document.
Implements
IDocumentComponentDocument
See Also