Click or drag to resize
Infosoft Logo

UserDynamicAttributeGetRequestDynamicAttribute Property


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

Property Value

WSDynamicAttribute
Remarks
An optional dynamic attribute object. If this dynamic attribute object is non-null, the operation will only return a dynamic attribute object matching both the user and that dynamic attribute.
See Also