dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCommand Class / AssignmentRuleId Property

In This Topic
    AssignmentRuleId Property (SalesforceCommand)
    In This Topic
    Specifies the ID of a specific assignment rule to apply to Case or Lead when creating or updating them. If not specified, the default (active) assignment rule is used.
    Syntax
    'Declaration
     
    Public Property AssignmentRuleId As String
    public string AssignmentRuleId {get; set;}

    Property Value

    The ID of a specific assignment rule in a 15-character or 18-character format.
    See Also