Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the default service version.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

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

Property Value

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

The default service version identifier.

Return to top