ExpressionId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the expression Id of the referenced global expression.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ExpressionId As Integer
'Usage
Dim instance As GlobalExpressionRef
Dim value As Integer
value = instance.ExpressionId
public int ExpressionId { get; }
public:
property int ExpressionId {
int get ();
}
public function get ExpressionId () : int
Property Value
Type: System..::.Int32
The expression Id of the referenced global expression.
Remarks
Returns the identifier of the global Expression being referenced.
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.