AttributeValueType Enumeration
Specifies the data type of an attribute.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| DateTime | The attribute value can only be DateTime. | |
| Domain | The attribute value is selected from a domain list. | |
| File | The attribute value contains the contents of a file. | |
| NotSpecified | The attribute value type has not been specified. | |
| Number | The attribute value can only be numeric. | |
| String | The attribute value can be any text. |
The AttributeValueType simple type specifies the data type of an attribute.
Show: