SyncFieldValue Class

When overridden in a derived class, represents the value of a custom field of an item.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.MetadataStorage.SyncFieldValue
    Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue

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
[<AbstractClassAttribute>]
type SyncFieldValue =  class end
public abstract class SyncFieldValue

The SyncFieldValue type exposes the following members.

Constructors

  Name Description
Protected method SyncFieldValue Initializes a new instance of the SyncFieldValue class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetByte When overridden in a derived class, gets the value of the custom field.
Public method GetBytes When overridden in a derived class, gets the value of the custom field.
Public method GetGuid When overridden in a derived class, gets the value of the custom field.
Public method GetHashCode (Inherited from Object.)
Public method GetString When overridden in a derived class, gets the value of the custom field.
Public method GetType (Inherited from Object.)
Public method GetUInt16 When overridden in a derived class, gets the value of the custom field.
Public method GetUInt32 When overridden in a derived class, gets the value of the custom field.
Public method GetUInt64 When overridden in a derived class, gets the value of the custom field.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

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

Microsoft.Synchronization.MetadataStorage Namespace