Share via


Message.ContentType Property

 

Gets or sets the type of the content of the message body.

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

Syntax

public string ContentType { get; set; }
public:
property String^ ContentType {
    String^ get();
    void set(String^ value);
}
member ContentType : string with get, set
Public Property ContentType As String

Property Value

Type: System.String

The type of the content of the message body.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top