| AttrValueType Enumeration | 
            Types of attribute value.
            
 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum AttrValueType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | String | 0 | 
            A text string up to 256 characters, if the attribute definition or 
            the containing object type is not declared bulk.
            Bulk attributes can contain text of arbitrary length.
             | 
 | Enum | 1 | 
            A value out of a predefined selection.
             | 
 | Bool | 2 | 
            True or False.
             | 
 | Integer | 3 | 
            A 32bit integer number.
             | 
 | Real | 4 | 
            A double precision (64bit) real number.
             | 
 | DateTime | 5 | 
            A timestamp.
             | 
See Also