UserDefinedFieldBase Class Members
                In This Topic
            
            The following tables list the members exposed by UserDefinedFieldBase.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | Columns | The key-value collection of all currently defined UserDefinedField labels and their associated database column name. | 
|  | Label | A value that serves as the display text, or description, of the information held in this UserDefinedField. | 
|  | OrderID | The unique Guid identifier referencing the Order record that displays the values held in this UserDefinedField. | 
|  | Value | The value of this UserDefinedField as an Object. | 
|  | ValueAsBoolean | The value of this UserDefinedField as a Boolean. | 
|  | ValueAsDate | The value of this UserDefinedField as a System.DateTime. | 
|  | ValueAsDecimal | The value of this UserDefinedField as a Decimal. | 
|  | ValueAsString | The value of this UserDefinedField as a String. | 
TopSee Also