Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.