Click or drag to resize

ServiceOptionWebSendToContact Property

Indicates whether the contact person should receive requisitions instead of the Owner when performing this service option

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool SendToContact { get; set; }

Property Value

Type: Boolean
Remarks
Only needed when ServiceType.ServiceSupplierType = Owner. This can not be set to true if the agreement has no contact person!
See Also