AttributeDataType Enumeration
Specifies the subtype of a free-form attribute.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| DateTime | The attribute value can only be DateTime. | |
| Link | The attribute value can only be a UNC link. | |
| NotSpecified | The data type has not been specified. | |
| Number | The attribute value can only be numeric. | |
| Text | The attribute value can be any text. |
The AttributeDataType simple type specifies the subtype of a free-form attribute.
Show: