TargetingSystem Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the TargetingSystemInfo object for use on the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property TargetingSystem As TargetingSystemInfo
'Usage
Dim instance As CommerceContext
Dim value As TargetingSystemInfo
value = instance.TargetingSystem
public TargetingSystemInfo TargetingSystem { get; }
public:
property TargetingSystemInfo^ TargetingSystem {
TargetingSystemInfo^ get ();
}
public function get TargetingSystem () : TargetingSystemInfo
Property Value
Type: Microsoft.CommerceServer.Runtime.Targeting..::.TargetingSystemInfo
The TargetingSystemInfo object for use on the site.
Remarks
Stores the TargetingSystemInfo object for use on the site.
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.