Click or drag to resize
Infosoft Logo

UserDynamicAttributeGetResponseUserDynamicAttributes Property


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

Property Value

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