Message.Properties Property

 

Gets the application specific message properties.

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

public IDictionary<string, object> Properties { get; private set; }

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

The application specific message properties.

Return to top
Show: