customeraddress.objecttypecode Field

banner art

Specifies the type (entity name) of entity with which the customer address is associated.

Syntax

[Visual Basic]
Public Field objecttypecode As EntityNameReference
[C#]
public EntityNameReference objecttypecode;
[JScript]
public var objecttypecode : EntityNameReference;

Remarks

Represents a field of type EntityNameReference.

The following table contains additional information about this attribute:

Platform required No
Application requirement level System Required
Valid for create No
Valid for retrieve Yes
Valid for update No

See Also

© 2007 Microsoft Corporation. All rights reserved.