FeedItemMetadata Class
Represents the FeedSync item metadata for an item.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FeedSync.FeedItemMetadata
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class FeedItemMetadata
'Usage
Dim instance As FeedItemMetadata
public class FeedItemMetadata
public ref class FeedItemMetadata
type FeedItemMetadata = class end
public class FeedItemMetadata
The FeedItemMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsNoConflicts | Gets the noconflicts value of the item. | |
IsTombstone | Gets a value that indicates whether the item is a tombstone. | |
ItemConflictCollection | Gets the item conflict collection. | |
ItemData | Gets the item data formatted as XML text. | |
ItemHistoryCollection | Gets the item history collection. | |
ItemId | Gets the item ID. | |
UpdateCount | Gets the number of updates that have been made to the item so far. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.