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
 

Property Value

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