Click or drag to resize
Infosoft Logo

CustomerRelationExchangeCustomerRelationId Property

Gets or sets the customer relation ID.

Namespace: Infosoft.Common.Contracts.DataContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int CustomerRelationId { get; set; }

Property Value

Int32
Remarks
This field will be set when returning customer relations. It should be omitted when creating new customer relations with CreateCustomerRelation(CustomerRelationRequest).
See Also