Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Constants.VersionConstants Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Constants for version strings

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..Constants.::..VersionConstants

Syntax

 
public static class VersionConstants
 
public ref class VersionConstants abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type VersionConstants = class end
 
Public NotInheritable Class VersionConstants

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAugust2013

Constant for the 2013-08-15 version.

System_CAPS_pubfieldSystem_CAPS_staticFebruary2012

Constant for the 2012-02-12 version.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top