Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the type of a CampaignItem object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ItemType As CampaignItemType
'Usage
Dim instance As CampaignItem
Dim value As CampaignItemType
value = instance.ItemType
public CampaignItemType ItemType { get; }
public:
property CampaignItemType ItemType {
CampaignItemType get ();
}
public function get ItemType () : CampaignItemType
Property Value
Type: Microsoft.CommerceServer.Marketing..::.CampaignItemType
A System.Guid representing the type of a campaign item.
Remarks
Each type of campaign item is assigned a Guid. This is so that independent extensions made to the system can coexist without conflict.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.