Share via


TargetingSystemInfo.SelectionContexts Property (BCL)

The SelectionContexts property is a read-only ContentSelectionContextCollection that gets the collection of configured ContentSelectionContext objects.

Definition

[Visual Basic .NET]

Public ReadOnly Property SelectionContexts As ContentSelectionContextCollection

[C#]

public ContentSelectionContextCollection SelectionContexts{get;} 

Property Value

The collection of configured ContentSelectionContext objects.

Remarks

The value will be null if the CommerceContentSelectionModule class is not configured in web.config. Check this property for a null value before referencing it.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.