Expressions Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the ExpressionManager associated with this DisplayableCampaignItem object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property Expressions As ExpressionManager
'Usage
Dim value As ExpressionManager
value = Me.Expressions
protected internal ExpressionManager Expressions { get; }
protected public:
property ExpressionManager^ Expressions {
ExpressionManager^ get ();
}
protected internal function get Expressions () : ExpressionManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionManager
The associated ExpressionManager object.
Remarks
The returned ExpressionManager manages Expression related operations.
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.