Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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.