InterfaceSettings.MsixMessages Property

Gets or sets the MsixMessages list populated by the NL2 InterfaceSettings object.

To add or remove an MsixMessage to/from the list, you must use the AddMsixMessage or RemoveMsixMessage methods. Using the standard List.Add or List.Remove function within the list will not update the NL2 InterfaceSettings object.

Namespace:  IntervalZero.MaxRT.NL2.Config
Assembly:  IntervalZero.MaxRT.NL2.Config (in IntervalZero.MaxRT.NL2.Config.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public ReadOnlyCollection<MsixMessage> MsixMessages { get; set; }

Property Value

Type: ReadOnlyCollection<MsixMessage>

See Also: