SyncFieldValue Class
When overridden in a derived 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 SyncFieldValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetByte | When overridden in a derived class, gets the value of the custom field. |
![]() | GetBytes | When overridden in a derived class, gets the value of the custom field. |
![]() | GetGuid | When overridden in a derived class, gets the value of the custom field. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetString | When overridden in a derived class, gets the value of the custom field. |
![]() | GetType | (Inherited from Object.) |
![]() | GetUInt16 | When overridden in a derived class, gets the value of the custom field. |
![]() | GetUInt32 | When overridden in a derived class, gets the value of the custom field. |
![]() | GetUInt64 | When overridden in a derived class, gets the value of the custom field. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
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.
Show:
