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

SessionId Property
Gets or sets Salesforce session ID for the session ID authorization.
Syntax
'Declaration
 
Public Property SessionId As String
 

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