Return the bindings for variables in this function that are not inputs.

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

Syntax

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

See Also