AttributeType Enumeration
Specifies the type of an attribute.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| Domain | The attribute value is selected from a domain list. | |
| File | The attribute value contains the contents of a file. | |
| FreeForm | The attribute value is free form but constrained by the AttributeDataType. | |
| NotSpecified | The attribute type has not been specified. | |
| System | The attribute is a hidden, system attribute. |
The AttributeType simple type specifies the type of an attribute.
Show: