Share via


Message.SequenceNumber Property

 

Gets the unique number assigned to a message by the Service Bus.

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

Syntax

public long SequenceNumber { get; internal set; }
public:
property long long SequenceNumber {
    long long get();
    internal: void set(long long value);
}
member SequenceNumber : int64 with get, internal set
Public Property SequenceNumber As Long
    Get
    Friend Set
End Property

Property Value

Type: System.Int64

The unique number assigned to a message by the Service Bus.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top