DocumentMasterDocument Property |
In a multi-document tree, this is the root document, that created the whole tree. If this is the root it is equal to Id [Required]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document MasterDocument { get; set; }
Public Property MasterDocument As Document
Get
Set
public:
property Document^ MasterDocument {
Document^ get ();
void set (Document^ value);
}
member MasterDocument : Document with get, set
Property Value
Type:
Document
See Also