CommerceContext.TargetingSystem Property (BCL)

The TargetingSystem property is the read-only TargetingSytemInfo object for use on the site.

Definition

[Visual Basic .NET]

Public ReadOnly Property TargetingSystem As TargetingSystemInfo

[C#]

public TargetingSystemInfo TargetingSystem{get;} 

Property Value

The TargetingSystemInfo object for use on the site.

Remarks

Creates the instance of the TargetingSystemInfo object on first access.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to display targeted advertisements on an ASP.NET Web form

Copyright © 2005 Microsoft Corporation.
All rights reserved.