Message.SessionId Property
Gets or sets the identifier of the session.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Syntax
public string SessionId { get; set; }
public:
property String^ SessionId {
String^ get();
void set(String^ value);
}
member SessionId : string with get, set
Public Property SessionId As String
Property Value
Type: System.String
The identifier of the session.
See Also
Message Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top