Returns 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 CompleteDataType CDT { get; }
Public ReadOnly Property CDT As CompleteDataType
	Get
public:
property CompleteDataType^ CDT {
	CompleteDataType^ get ();
}

See Also