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)
Syntax
'Declaration
Public ReadOnly Property IsTombstone As Boolean
'Usage
Dim instance As FeedItemMetadata
Dim value As Boolean
value = instance.IsTombstone
public bool IsTombstone { get; }
public:
property bool IsTombstone {
bool get ();
}
/** @property */
public boolean get_IsTombstone ()
public function get IsTombstone () : boolean
Property Value
true if the item is a tombstone; otherwise, false. The default is false.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace