Share via


PropertyValues Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a collection of DisplayPropertyValue objects associated with the DisplayableCampaignItem instance.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyValues As DisplayPropertyValueCollection
'Usage
Dim instance As DisplayableCampaignItem
Dim value As DisplayPropertyValueCollection

value = instance.PropertyValues
public DisplayPropertyValueCollection PropertyValues { get; }
public:
property DisplayPropertyValueCollection^ PropertyValues {
    DisplayPropertyValueCollection^ get ();
}
public function get PropertyValues () : DisplayPropertyValueCollection

Property Value

Type: Microsoft.CommerceServer.Marketing..::.DisplayPropertyValueCollection
A collection of DisplayPropertyValue objects. Default is an empty collection.

Remarks

A set of display property values. Used for substitution of display template parameters.

Permissions

See Also

Reference

DisplayableCampaignItem Class

DisplayableCampaignItem Members

Microsoft.CommerceServer.Marketing Namespace