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.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
ItemField(
	unsigned int fieldId, 
	Type^ fieldType, 
	Object^ value
)

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.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: