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