C#
C++
F#
VB
ServiceProperties.DefaultServiceVersion Property
ServiceProperties::DefaultServiceVersion Property
ServiceProperties.DefaultServiceVersion Property
ServiceProperties.DefaultServiceVersion Property
Gets or sets the default service version.
Namespace:
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ DefaultServiceVersion {
String^ get();
void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringThe default service version identifier.
Return to top
Gets or sets the default service version.
Syntax
C++
public: property String^ DefaultServiceVersion { String^ get(); void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringThe default service version identifier.