PropagateByExpressionResponse.BulkOperationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.