Represents output-only streams. That is, streams with no downstream operator.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static EntityType OUTPUT_STREAMS { get; }
Public Shared ReadOnly Property OUTPUT_STREAMS As EntityType
	Get
public:
static property EntityType^ OUTPUT_STREAMS {
	EntityType^ get ();
}

See Also