Returns a string containing the StreamBase expression that represents the body of this function.

For example: For this function "function (arg0 int, arg1) -> int { arg0 + arg1 }", Body returns "arg0 + arg1".

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Body { get; }
Public ReadOnly Property Body As String
	Get
public:
property String^ Body {
	String^ get ();
}

See Also