DistributionResultLineNo Property |
Consecutive line number (within the cost distribution document) of the result. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int LineNo { get; set; }
Public Property LineNo As Integer
Get
Set
public:
property int LineNo {
int get ();
void set (int value);
}
member LineNo : int with get, set
Property Value
Type:
Int32
See Also