SyncFieldValue Class
When overridden in a derived class, represents the value of a custom field of an item.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public MustInherit Class SyncFieldValue
'Usage
Dim instance As SyncFieldValue
public abstract class SyncFieldValue
public ref class SyncFieldValue abstract
public abstract class SyncFieldValue
public abstract class SyncFieldValue
Remarks
This class is used by OnItemMetadataDeserialized when a SyncMetadataStoreSerializer class is used to deserialize metadata. This class represents a custom field that is contained in the serialized data but that is not contained in the upgraded metadata schema.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.MetadataStorage.SyncFieldValue
Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SyncFieldValue Members
Microsoft.Synchronization.MetadataStorage Namespace