Map of field substitutions. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
ConcurrentDictionary<string, string> FieldSubstitutions { get; }
ReadOnly Property FieldSubstitutions As ConcurrentDictionary(Of String, String)
	Get
property ConcurrentDictionary<String^, String^>^ FieldSubstitutions {
	ConcurrentDictionary<String^, String^>^ get ();
}

See Also