Share via


RemoveItemCampaignRequest.EntityId Field

banner art

Specifies the ID of the campaign item.

Syntax

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

Remarks

The EntityId field corresponds to the campaignitem.campaignitemid field, which is the primary key for the campaignitem entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.