Click or drag to resize
Infosoft Logo

ConnectCustomerAndUserResponseConnectionAdded Property

Gets or sets a value indicating whether a connection was added.

Namespace: Infosoft.Common.Contracts.MessageContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool ConnectionAdded { get; set; }

Property Value

Boolean
true if a connection was successfully added; false if it already existed.
Remarks
The false return value only applies in situations where the customer and user were already connected to each other. If there's a "conflict" where the given customer/user already was linked to a different user/customer, a fault will be thrown instead.
See Also