The list of Schema..::..Field objects that will be used in this query.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.1.0 (10.6.1.0)
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); }