PropagateByExpressionResponse.BulkOperationId Property

Definition

Gets the ID of the bulk operation that is created to distribute the campaign activity. Required.

public:
 property Guid BulkOperationId { Guid get(); };
public Guid BulkOperationId { get; }
member this.BulkOperationId : Guid
Public ReadOnly Property BulkOperationId As Guid

Property Value

The ID of the bulk operation that is created to distribute the campaign activity. This corresponds to the BulkOperation.ActivityId attribute, which is the primary key for the BulkOperation entity.

Applies to