Click or drag to resize
Infosoft Logo

UserDynamicAttributeRemoveResponseUserDynamicAttribute Property


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

Property Value

WSUserDynamicAttribute
Remarks
This object is identical to the one in the request (except for being guaranteed to contain the user's value for the dynamic attribute), and serves merely as a confirmation that the dynamic attribute was removed.
See Also