MdmSession.Alerts Property

Definition

A vector list of all MdmAlerts for the current session.

public:
 property IVectorView<MdmAlert ^> ^ Alerts { IVectorView<MdmAlert ^> ^ get(); };
IVectorView<MdmAlert> Alerts();
public IReadOnlyList<MdmAlert> Alerts { get; }
var iVectorView = mdmSession.alerts;
Public ReadOnly Property Alerts As IReadOnlyList(Of MdmAlert)

Property Value

A vector list of MdmAlerts.

Applies to