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.
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
- 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.