FeedItemMetadata::IsTombstone Property

Gets a value that indicates whether the item is a tombstone.

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

public:
property bool IsTombstone {
	bool get ();
}

Property Value

Type: System::Boolean
true if the item is a tombstone; otherwise, false. The default is false.
Show: