CopyCampaignResponseResponse.CampaignResponseId 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 newly created campaign response.
public:
property Guid CampaignResponseId { Guid get(); };
public Guid CampaignResponseId { get; }
member this.CampaignResponseId : Guid
Public ReadOnly Property CampaignResponseId As Guid
Property Value
The ID of the newly created campaign response that corresponds to the CampaignResponse.ActivityId
column,
which is the primary key for the CampaignResponse
table.