|
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.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request UserDynamicAttributeGetRequest
-
A message request object, containing a user object and optionally a
dynamic attribute object.
Return Value
UserDynamicAttributeGetResponseA message response object, containing a list of
WSUserDynamicAttribute objects.
See Also