RemoveItemCampaignRequest.EntityId Field
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