dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnection Class / ServerVersion Property

In This Topic
    ServerVersion Property (SalesforceConnection)
    In This Topic
    Gets a string containing the version of the instance of Salesforce.com or Database.com to which the client is connected.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property ServerVersion As String
    public new string ServerVersion {get;}

    Property Value

    The version of the instance of Salesforce.com or Database.com.
    See Also