Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the cache-control header returned with the blob.

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

Syntax

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

Property Value

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

A string containing the cache-control value.

Return to top