AddItemCampaignResponse.CampaignItemId Property

Definition

Gets the ID of the resulting campaign item.

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

Property Value

The ID of the resulting campaign item.

Remarks

The CampaignItemId property corresponds to the CampaignItem.CampaignItemId column, which is the primary key for the CampaignItem intersect table.

Applies to