AlertInfo.Alerts Field
This represents a list of alert subscription structures which contain information about each current alert subscription.
Namespace: [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx
Syntax
'Declaration
Public Alerts As Alert()
'Usage
Dim instance As AlertInfo
Dim value As Alert()
value = instance.Alerts
instance.Alerts = value
public Alert[] Alerts