dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderResult Structure / Id Field

In This Topic
    Id Field (SalesforceLoaderResult)
    In This Topic
    Returns the ID of the target object if the operation was peformed successfully.
    Syntax
    'Declaration
     
    Public Id As String
    public string Id

    Field Value

    The ID of the target object. An empty string if Success is false.
    Remarks
    Use the Success field to determine if the operation completed successfully for this object or there was and error.
    See Also