|
IUserServiceContractUserDynamicAttributeUpdate Method |
This operation updates an existing user/dynamic attribute connection
with a new value.
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 UserDynamicAttributeUpdateRequest
-
A message request object, containing a WSUserDynamicAttribute object. That object must in
turn contain a valid user object, a valid dynamic
attribute object, and a new AttributeValue.
The dynamic attribute object must have a valid
DynamicAttribute_Id value, but the other fields on
the object will be ignored.
Return Value
UserDynamicAttributeUpdateResponse
A message response object, containing the updated
user/dynamic attribute
connection object.
See Also