customeropportunityrole.customerid Field

banner art

Specifies the ID of the customer for the opportunity relationship.

Syntax

[Visual Basic]
Public Field customerid As Customer
[C#]
public Customer customerid;
[JScript]
public var customerid : Customer;

Remarks

Represents a field of type Customer.

The following table contains additional information about this attribute:

Platform required Yes
Application requirement level System Required
Valid for create Yes
Valid for retrieve Yes
Valid for update Yes
Related entity account

contact

See Also

© 2007 Microsoft Corporation. All rights reserved.