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