Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the content-language value stored for the blob.

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

Syntax

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

Property Value

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

A string containing the blob's content-language value.

Remarks

If this property has not been set for the blob, it returns null.

Return to top