DocumentDistributedAmountDocumentLineId Property |
The Id of the line over which the amount is distributed. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> DocumentLineId { get; set; }
Public Property DocumentLineId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ DocumentLineId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member DocumentLineId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also