Share via


ExpressionRef Constructor

Initializes a new instance of the ExpressionRef class.

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

Syntax

'Declaration
Protected Friend Sub New ( _
    parent As MarketingServices _
)
'Usage
Dim parent As MarketingServices

Dim instance As New ExpressionRef(parent)
protected internal ExpressionRef(
    MarketingServices parent
)
protected public:
ExpressionRef(
    MarketingServices^ parent
)
protected internal function ExpressionRef(
    parent : MarketingServices
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

parent is a nullNothingnullptra null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic).

Remarks

Initializes a new instance of the ExpressionRef class.

Permissions

See Also

Reference

ExpressionRef Class

ExpressionRef Members

Microsoft.CommerceServer.Marketing Namespace