DisplayProperty Constructor

Initializes a new instance of the DisplayProperty class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New DisplayProperty(name)
public DisplayProperty(
    string name
)
public:
DisplayProperty(
    String^ name
)
public function DisplayProperty(
    name : String
)

Parameters

Remarks

Creates a new instance of the DisplayPropertyData class.

Objects of the DisplayProperty cannot be saved to the database separately, but only as part of the collection owned by a DisplayTemplate.

Permissions

See Also

Reference

DisplayProperty Class

DisplayProperty Members

Microsoft.CommerceServer.Marketing Namespace