Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

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

Property Value

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

A string containing the content-disposition value.

Return to top