Share via


DisplayPropertyValue Constructor

Initializes a new instance of the DisplayPropertyValue class. .

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

Syntax

'Declaration
Public Sub New ( _
    property As DisplayProperty _
)
'Usage
Dim property As DisplayProperty

Dim instance As New DisplayPropertyValue(property)
public DisplayPropertyValue(
    DisplayProperty property
)
public:
DisplayPropertyValue(
    DisplayProperty^ property
)
public function DisplayPropertyValue(
    property : DisplayProperty
)

Parameters

Remarks

DisplayProperty describes a substitution element of a display template. This class cannot be derived. This class and its properties are NOT supported by search.

Permissions

See Also

Reference

DisplayPropertyValue Class

DisplayPropertyValue Members

Microsoft.CommerceServer.Marketing Namespace