Share via


RemoveItemCampaignRequest.CampaignId Field

banner art

Specifies the ID of the campaign.

Syntax

[Visual Basic .NET]
Public Field CampaignId As Guid
[C#]
public Guid CampaignId;
[JScript]
public var CampaignId : Guid;

Remarks

The CampaignId field corresponds to the campaign.campaignid field, which is the primary key for the campaign entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.