SqlSyncFieldValue Class
Represents the value of a custom field of an item.
System.Object
Microsoft.Synchronization.MetadataStorage.SyncFieldValue
Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue
Microsoft.Synchronization.MetadataStorage.SyncFieldValue
Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
The SqlSyncFieldValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetByte | Gets the value of the custom field. (Overrides SyncFieldValue.GetByte.) |
![]() | GetBytes | Gets the value of the custom field. (Overrides SyncFieldValue.GetBytes.) |
![]() | GetGuid | Gets the value of the custom field. (Overrides SyncFieldValue.GetGuid.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetString | Gets the value of the custom field. (Overrides SyncFieldValue.GetString.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetUInt16 | Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt16.) |
![]() | GetUInt32 | Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt32.) |
![]() | GetUInt64 | Gets the value of the custom field. (Overrides SyncFieldValue.GetUInt64.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
This class is used by OnItemMetadataDeserialized when a SqlSyncMetadataStoreSerializer 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.
Show:
