Share via


TargetUpdateOrderClose.OrderClose Field

banner art

Specifies the order close activity entity.

Syntax

[Visual Basic .NET]
Public Field OrderClose As orderclose
[C#]
public orderclose OrderClose;
[JScript]
public var OrderClose : orderclose;

Remarks

To update fields in an order close activity, create an instance of the orderclose class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.