customeropportunityrole.ownerid Field

banner art

Specifies the ID for the owner of the customer opportunity role.

Syntax

[Visual Basic]
Public Field ownerid As Owner
[C#]
public Owner ownerid;
[JScript]
public var ownerid : Owner;

Remarks

Represents a field of type Owner.

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 No
Related entity systemusersystemuser

See Also

© 2007 Microsoft Corporation. All rights reserved.