SPAlert.ID property
Gets the ID of the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ID As Guid
Get
Friend Set
'Usage
Dim instance As SPAlert
Dim value As Guid
value = instance.ID
public Guid ID { get; internal set; }
Property value
Type: System.Guid
The ID of the alert.