The list of Schema..::..Field objects that will be used in this query.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public ReadOnlyCollection<Schema..::..Field> Fields { get; private set; }
Public Property Fields As ReadOnlyCollection(Of Schema..::..Field)
	Get
	Private Set
public:
property ReadOnlyCollection<Schema..::..Field^>^ Fields {
	ReadOnlyCollection<Schema..::..Field^>^ get ();
	private: void set (ReadOnlyCollection<Schema..::..Field^>^ value);
}

See Also