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 or sets the collection of ExpressionTargets associated with the current DisplayableCampaignItem instance.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Targets As ExpressionTargetCollection
'Usage
Dim instance As DisplayableCampaignItem
Dim value As ExpressionTargetCollection
value = instance.Targets
public ExpressionTargetCollection Targets { get; }
public:
property ExpressionTargetCollection^ Targets {
ExpressionTargetCollection^ get ();
}
public function get Targets () : ExpressionTargetCollection
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionTargetCollection
Describes a collection of ExpressionTarget objects. Default is an empty collection.
Remarks
A set of expression/action pairs. Used to select a single content item (an Ad for example) for display when several items fit the search criteria.
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.