dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / SessionId Property

In This Topic
    SessionId Property
    In This Topic
    Gets or sets Salesforce session ID for the session ID authorization.
    Syntax
    'Declaration
     
    Public Property SessionId As String
    public string SessionId {get; set;}

    Property Value

    Salesforce session ID.
    Remarks
    Authentication should be set to AuthenticationType.SessionId in order to use this property. Otherwise, this propertu is ignored.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also