Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the content-encoding header returned with the blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

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

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the content-encoding value.

Return to top