ExpressionBody Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the body of the expression used as the source for this operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ExpressionBody As String
'Usage
Dim instance As MailingListOperation
Dim value As String
value = instance.ExpressionBody
public string ExpressionBody { get; }
public:
property String^ ExpressionBody {
String^ get ();
}
public function get ExpressionBody () : String
Property Value
Type: System..::.String
The body of the expression that was used as the source for this operation.
Remarks
This property will be nullNothingnullptra null reference (Nothing in Visual Basic) if no source expression was involved in this operation.
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.