Dela via


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
    Get
'Usage
Dim instance As FeedItemMetadata
Dim value As Boolean

value = instance.IsTombstone
public bool IsTombstone { get; }
public:
property bool IsTombstone {
    bool get ();
}
member IsTombstone : bool
function get IsTombstone () : boolean

Property Value

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

See Also

Reference

FeedItemMetadata Class

Microsoft.Synchronization.FeedSync Namespace