Message.SystemPropertiesCollection.IsLockTokenSet Property

Definition

Specifies whether or not there is a lock token set on the current message.

public bool IsLockTokenSet { get; }
member this.IsLockTokenSet : bool
Public ReadOnly Property IsLockTokenSet As Boolean

Property Value

Remarks

A lock token will only be specified if the message was received using PeekLock

Applies to