Returns the schema describing the types of the arguments of this function.

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

Syntax

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

See Also