Description
Returns aboolean
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 |