ItemField Constructor
Initializes a new instance of the ItemField class that contains a field ID, a field type, and a metadata value for the field.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- fieldId
- Type: System::UInt32
An integer ID for the field.
- fieldType
- Type: System::Type
The data type of the field.
- value
- Type: System::Object
The metadata value that is stored in the item field.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
Show: