Click or drag to resize
Infosoft Logo

CreateCustomerRequestDynamicAttributes Property

Gets or sets the dynamic attributes that should be applied to the customer

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public List<DynamicAttributeData> DynamicAttributes { get; set; }

Property Value

ListDynamicAttributeData
The dynamic attributes.
See Also