NewExpression Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new Expression.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function NewExpression As ExpressionData
'Usage
Dim instance As MarketingWebService
Dim returnValue As ExpressionData
returnValue = instance.NewExpression()
[WebMethodAttribute]
public virtual ExpressionData NewExpression()
[WebMethodAttribute]
public:
virtual ExpressionData^ NewExpression()
public function NewExpression() : ExpressionData
Return Value
Type: ExpressionData
An ExpressionData instance containing the Expression.
Remarks
Creates a new Expression. Use this method to retrieve a ExpressionData containing the Expression object from the database. The Expression does not exist in the database until SaveExpression is called.
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.