Share via


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)

Syntax

'Declaration
Public Sub New ( _
    fieldId As UInteger, _
    fieldType As Type, _
    fieldSize As UInteger _
)
'Usage
Dim fieldId As UInteger
Dim fieldType As Type
Dim fieldSize As UInteger

Dim instance As New CustomFieldDefinition(fieldId, _
    fieldType, fieldSize)
public CustomFieldDefinition(
    uint fieldId,
    Type fieldType,
    uint fieldSize
)
public:
CustomFieldDefinition(
    unsigned int fieldId, 
    Type^ fieldType, 
    unsigned int fieldSize
)
new : 
        fieldId:uint32 * 
        fieldType:Type * 
        fieldSize:uint32 -> CustomFieldDefinition
public function CustomFieldDefinition(
    fieldId : uint, 
    fieldType : Type, 
    fieldSize : uint
)

Parameters

  • fieldSize
    Type: System.UInt32
    The size associated with the field, such as the length of the string or byte array that it will store.

See Also

Reference

CustomFieldDefinition Class

CustomFieldDefinition Overload

Microsoft.Synchronization.SimpleProviders Namespace