Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.