customeraddress.owninguser Field

banner art

Specifies the ID of the user who owns the customer address.

Syntax

[Visual Basic]
Public Field owninguser As Lookup
[C#]
public Lookup owninguser;
[JScript]
public var owninguser : Lookup;

Remarks

Represents a field of type Lookup.

The following table contains additional information about this attribute:

Platform required No
Application requirement level Read only
Valid for create No
Valid for retrieve Yes
Valid for update No
Related entity systemuser

See Also

© 2007 Microsoft Corporation. All rights reserved.