Share via


LambdaNode.Body Property

Gets or sets the associated Boolean expression.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Body As SingleValueNode 
    Get 
    Set
'Usage
Dim instance As LambdaNode 
Dim value As SingleValueNode 

value = instance.Body

instance.Body = value
public SingleValueNode Body { get; set; }
public:
property SingleValueNode^ Body {
    SingleValueNode^ get ();
    void set (SingleValueNode^ value);
}
member Body : SingleValueNode with get, set
function get Body () : SingleValueNode 
function set Body (value : SingleValueNode)

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
The associated Boolean expression.

See Also

Reference

LambdaNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace