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.
Gets an object used to manage Expression entities.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Expressions As ExpressionManager
'Usage
Dim instance As MarketingContext
Dim value As ExpressionManager
value = instance.Expressions
public ExpressionManager Expressions { get; }
public:
property ExpressionManager^ Expressions {
ExpressionManager^ get ();
}
public function get Expressions () : ExpressionManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionManager
An object to manage Expression objects.
Remarks
The returned ExpressionManager manages storage and retrieval of Expression objects.
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.