SPAlertCollection properties

The SPAlertCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of alerts in the collection. (Overrides SPBaseCollection.Count.)
Public property Item[Guid] Gets the alert with the specified GUID from the collection. In C#, this property is an indexer for the SPAlertCollection class.
Public property Item[Int32] Gets the alert at the specified index in the collection. In C#, this property is an indexer for the SPAlertCollection class.
Public property Site Gets the parent site collection for the collection. This property is deprecated.
Public property Web Gets the parent Web site of the collection. This property is deprecated.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.)

Top

See also

Reference

SPAlertCollection class

Microsoft.SharePoint namespace