AttributeValueType Enumeration
Contains values specifying the data type of an attribute.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| DateTime | Specifies that the attribute data type is a date and time value. | |
| Domain | Specifies that the attribute data type is a domain-based value. | |
| File | Specifies that the attribute data type is a file (Binary Large Object, or BLOB). | |
| NotSpecified | The attribute data type is unspecified. | |
| Number | Specifies that the attribute data type is a number. | |
| String | Specifies that the attribute data type is a text string. |
Show: