CustomFieldDefinition Constructor (UInt32, Type, UInt32)

Initializes a new instance of the CustomFieldDefinition class that contains a field ID, a field type, and field size.

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

public:
CustomFieldDefinition(
	unsigned int fieldId, 
	Type^ fieldType, 
	unsigned int fieldSize
)

Parameters

fieldId
Type: System::UInt32
An integer ID for the field.
fieldType
Type: System::Type
The data type of the field. For a list of supported types, see CustomFieldDefinition.
fieldSize
Type: System::UInt32
The size associated with the field, such as the length of the string or byte array that it will store.
Show: