--- title: "Version Property (ADO) | Microsoft Docs" ms.prod: sql ms.prod_service: connectivity ms.technology: connectivity ms.custom: "" ms.date: "01/19/2017" ms.reviewer: "" ms.topic: conceptual apitype: "COM" f1_keywords: - "Connection15::GetVersion" - "Connection15::Version" - "Connection15::get_Version" helpviewer_keywords: - "Version property [ADO]" ms.assetid: db4cb894-9bd9-422d-a58a-cef6941a5784 author: MightyPen ms.author: genemi --- # Version Property (ADO) Indicates the ADO version number. ## Return Value Returns a **String** value that indicates the version. ## Remarks Use the **Version** property to return the version number of the ADO implementation. The version of the provider will be available as a dynamic property in the [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collection. ## Applies To [Connection Object (ADO)](../../../ado/reference/ado-api/connection-object-ado.md) ## See Also [Version Property Example (VB)](../../../ado/reference/ado-api/version-property-example-vb.md) [Version Property Example (VC++)](../../../ado/reference/ado-api/version-property-example-vc.md)