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
- property
Type: Microsoft.CommerceServer.Marketing..::.DisplayProperty
The DisplayProperty whose value is represented by this object.
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
- 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.