CloudHttpErrorInfo.Version Property
Gets the HTTP message version.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public Version Version { get; protected set; }
public:
property Version^ Version {
Version^ get();
protected: void set(Version^ value);
}
member Version : Version with get, set
Public Property Version As Version
Get
Protected Set
End Property
Property Value
Type: System.Version
The HTTP message version.
See Also
CloudHttpErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top