|  | Persistent Properties | 
The Persistent type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsDeleted | 
            Not used in new records stored with Akka.net v1.1 and above, but
            old records may have this as `true` if
            it was a non-permanent delete.
             | 
|  | Manifest | 
            Returns the persistent payload's manifest if available.
             | 
|  | Payload | 
            This persistent message's payload.
             | 
|  | PersistenceId | 
            Persistent id that journals a persistent message.
             | 
|  | Sender | 
            Sender of this message
             | 
|  | SequenceNr | 
            Sequence number of this persistent message.
             | 
|   | Undefined | 
            Plugin API: value of an undefined persistenceId or manifest.
             | 
|  | WriterGuid | 
            Unique identifier of the writing persistent actor.
            Used to detect anomalies with overlapping writes from multiple
            persistent actors, which can result in inconsistent replays.
             | 
 See Also
See Also