the id of the user

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<PropertyExpression("Contact", ReturnAs = typeof(ContactInfo))> _ 
<PropertyExpression("User", ReturnAs =typeof(ContactInfo))> _ 
<DataMember()> _ 
Public checkout_user_id As EntityID
This language is not supported or no code example is available.
[PropertyExpression("Contact", ReturnAs = typeof(ContactInfo))] 
[PropertyExpression("User", ReturnAs =typeof(ContactInfo))] 
[DataMember()] 
public EntityID checkout_user_id
This language is not supported or no code example is available.
[PropertyExpression("Contact", ReturnAs = typeof(ContactInfo))] 
[PropertyExpression("User", ReturnAs =typeof(ContactInfo))] 
[DataMember()] 
public:  
EntityID^ checkout_user_id;
This language is not supported or no code example is available.
public  
PropertyExpression("Contact", ReturnAs = typeof(ContactInfo)) 
PropertyExpression("User", ReturnAs =typeof(ContactInfo)) 
DataMember() 
checkout_user_id : EntityID
This language is not supported or no code example is available.

Field Value

Type: EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1