The list of Schema..::..Fields that have changed as a result of applying this update.
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 IList<Schema..::..Field> ChangedFields { get; internal set; }
Public Property ChangedFields As IList(Of Schema..::..Field) Get Friend Set
public: property IList<Schema..::..Field^>^ ChangedFields { IList<Schema..::..Field^>^ get (); internal: void set (IList<Schema..::..Field^>^ value); }