Click or drag to resize
Infosoft Logo

DynamicAttributeData Class

A class for holding data related to creating/updating dynamic attributes on a customer
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTODynamicAttributeData

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class DynamicAttributeData : IExtensibleDataObject

The DynamicAttributeData type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets or sets the code. The code determines the type of dynamic attribute that should be created.
Public propertyValue Gets or sets the value of the attribute.
Top
See Also