Click or drag to resize
Infosoft Logo

UserServiceGetResponseUserServices Property


Namespace: Infosoft.Common.Contracts.MessageContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public WSUserServices UserServices { get; set; }

Property Value

WSUserServices
Remarks
A list of services that the user has access to. Note that this is always a list of elements, whether or not the service object was defined in the request, even though there can only be zero or one elements in the list in that case. If no service object was set in the request, the list can have any number of items in it.
See Also