Share via


Properties Property

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

Gets a collection of template properties for the current DisplayTemplate object.

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

Syntax

'Declaration
Public ReadOnly Property Properties As DisplayPropertyCollection
'Usage
Dim instance As DisplayTemplate
Dim value As DisplayPropertyCollection

value = instance.Properties
public DisplayPropertyCollection Properties { get; }
public:
property DisplayPropertyCollection^ Properties {
    DisplayPropertyCollection^ get ();
}
public function get Properties () : DisplayPropertyCollection

Property Value

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

Remarks

A set of DisplayProperty objects that describe elements of the template that will be substituted with real values before displaying.

Permissions

See Also

Reference

DisplayTemplate Class

DisplayTemplate Members

Microsoft.CommerceServer.Marketing Namespace