DocumentDocumentId Property |
Gets the Id of the document row, related to the domain object
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Guid DocumentId { get; }
Public ReadOnly Property DocumentId As Guid
Get
public:
property Guid^ DocumentId {
Guid^ get ();
}
member DocumentId : Guid with get
Property Value
Type:
Guid
See Also