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.
Describes a collection of DisplayPropertyValue objects. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public NotInheritable Class DisplayPropertyValueCollection _
Inherits KeyedCollection(Of String, DisplayPropertyValue)
'Usage
Dim instance As DisplayPropertyValueCollection
public sealed class DisplayPropertyValueCollection : KeyedCollection<string, DisplayPropertyValue>
public ref class DisplayPropertyValueCollection sealed : public KeyedCollection<String^, DisplayPropertyValue^>
public final class DisplayPropertyValueCollection extends KeyedCollection<String, DisplayPropertyValue>
Remarks
This class is based on the generic collection. It has a strongly-typed indexer and enforces uniqueness of items. Key of this collection is PropertyName which should be unique across all properties values in the same DisplayableCampaignItem.
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(DisplayPropertyValue>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, DisplayPropertyValue>)>)
Microsoft.CommerceServer.Marketing..::.DisplayPropertyValueCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.