Click or drag to resize
Infosoft Logo

UserServiceUserDynamicAttributeGet 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.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserDynamicAttributeGetResponse UserDynamicAttributeGet(
	UserDynamicAttributeGetRequest request
)

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.

Implements

IUserServiceContractUserDynamicAttributeGet(UserDynamicAttributeGetRequest)
See Also