RenewContractRequest.IncludeCanceledLines Field
Specifies whether the canceled line items of the originating contract are to be included in the renewed contract.
Syntax
[Visual Basic .NET]
Public Field IncludeCanceledLines As Boolean
[C#]
public bool IncludeCanceledLines;
[JScript]
public var IncludeCanceledLines : Boolean;
Remarks
Use true to include canceled line items; otherwise, use false, which is the default.
See Also