Click or drag to resize

ServiceOptionWebOwner Property

Specific owner that must perform 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 BusinessPartnerWeb Owner { get; set; }

Property Value

Type: BusinessPartnerWeb
Remarks
Only needed when ServiceType.ServiceSupplierType = Owner. If null, the current primary owner is used
See Also