AddItemCampaignActivityResponse.CampaignActivityItemId 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 activity item.
public:
property Guid CampaignActivityItemId { Guid get(); };
public Guid CampaignActivityItemId { get; }
member this.CampaignActivityItemId : Guid
Public ReadOnly Property CampaignActivityItemId As Guid
Property Value
The ID of the resulting campaign activity item.
Remarks
The CampaignActivityItemId property corresponds to the CampaignActivityItem.CampaignActivityItemId
column, which is the primary key for the CampaignActivityItem
intersect table.