Server.Version Property
Optional. Gets the version of the server.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string Version { get; set; }
public:
property String^ Version {
String^ get();
void set(String^ value);
}
member Version : string with get, set
Public Property Version As String
Property Value
Type: System.String
See Also
Server Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top