Click or drag to resize
Infosoft Logo

IUserServiceContractUserDynamicAttributeGet Method

This operation returns a list of user/dynamic attribute connection objects for the given user, and optionally for a specific dynamic attribute only.

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  UserDynamicAttributeGetRequest
A message request object, containing a user object and optionally a dynamic attribute object.

Return Value

UserDynamicAttributeGetResponse
A message response object, containing a list of WSUserDynamicAttribute objects.
See Also