AddItemCampaignResponse.CampaignItemId 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 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.