SalesOrderLineIsSalesReturn Property |
Gets a value indicating whether the sales order line is sales return.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsSalesReturn { get; }
Public ReadOnly Property IsSalesReturn As Boolean
Get
public:
property bool IsSalesReturn {
bool get ();
}
member IsSalesReturn : bool with get
Property Value
Type:
Booleantrue if this instance is sales return; otherwise,
false.
See Also