Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a boolean that represents if this character run was deleted with revision tracking on.
C#
public boolean Deleted{ get; }
vb.net
Public ReadOnly Property Deleted() As Boolean

Examples

C#
bool deleted = oCharacterRun.Deleted;
vb.net
Dim deleted As Boolean = oCharacterRun.Deleted
  • No labels