TargetUpdateOpportunityProduct.OpportunityProduct Field

banner art

Specifies the opportunity product entity.

Syntax

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

Remarks

To update fields in an opportunity product, create an instance of the opportunityproduct 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.