IsExpression Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value that specifies whether the update clause represents an expression.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property IsExpression As Boolean
'Usage
Dim instance As UpdateClause
Dim value As Boolean
value = instance.IsExpression
instance.IsExpression = value
public bool IsExpression { get; set; }
public:
property bool IsExpression {
bool get ();
void set (bool value);
}
public function get IsExpression () : boolean
public function set IsExpression (value : boolean)
Property Value
Type: System..::.Boolean
true if the clause represents an expression; otherwise, false.
Remarks
Specifies whether this update clause is an expression.
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.