|
ConnectCustomerAndUserResponseConnectionAdded Property |
Gets or sets a value indicating whether a connection was added.
Namespace: Infosoft.Common.Contracts.MessageContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public bool ConnectionAdded { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Booleantrue 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