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: 11.1.0.0 (11.1.1.1)
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); }