FeedItemMetadata Class

Represents the FeedSync item metadata for an item.

System.Object
  Microsoft.Synchronization.FeedSync.FeedItemMetadata

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Class FeedItemMetadata
'Usage
Dim instance As FeedItemMetadata

The FeedItemMetadata type exposes the following members.

  NameDescription
Public propertyIsNoConflictsGets the noconflicts value of the item.
Public propertyIsTombstoneGets a value that indicates whether the item is a tombstone.
Public propertyItemConflictCollectionGets the item conflict collection.
Public propertyItemDataGets the item data formatted as XML text.
Public propertyItemHistoryCollectionGets the item history collection.
Public propertyItemIdGets the item ID.
Public propertyUpdateCountGets the number of updates that have been made to the item so far.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: