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
- parent
Type: Microsoft.CommerceServer.Marketing..::.MarketingServices
Parent ExpressionManager object.
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
- 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.