The list of Schema..::..Fields that have changed as a result of applying this update.

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 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);
}

See Also