DocumentAdjustedDocument Property |
The primary document, which the current document adjusts. null when this is not an adjustment document
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document AdjustedDocument { get; set; }
Public Property AdjustedDocument As Document
Get
Set
public:
property Document^ AdjustedDocument {
Document^ get ();
void set (Document^ value);
}
member AdjustedDocument : Document with get, set
Property Value
Type:
Document
See Also