Share via


Message.LockToken Property

 

Gets the lock token assigned by Service Bus to this message.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public Guid LockToken { get; internal set; }
public:
property Guid LockToken {
    Guid get();
    internal: void set(Guid value);
}
member LockToken : Guid with get, internal set
Public Property LockToken As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

The lock token assigned by Service Bus to this message.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top