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)
Syntax
'Declaration
Public Sub New ( _
fieldId As UInteger, _
fieldType As Type, _
value As Object _
)
'Usage
Dim fieldId As UInteger
Dim fieldType As Type
Dim value As Object
Dim instance As New ItemField(fieldId, fieldType, value)
public ItemField (
uint fieldId,
Type fieldType,
Object value
)
public:
ItemField (
unsigned int fieldId,
Type^ fieldType,
Object^ value
)
public ItemField (
UInt32 fieldId,
Type fieldType,
Object value
)
public function ItemField (
fieldId : uint,
fieldType : Type,
value : Object
)
Parameters
- fieldId
An integer ID for the field.
- fieldType
The data type of the field.
- value
The metadata value that is stored in the item field.
See Also
Reference
ItemField Class
ItemField Members
Microsoft.Synchronization.SimpleProviders Namespace