AlertCollection.GetById method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetById ( _
idAlert As Guid _
) As Alert
'Usage
Dim instance As AlertCollection
Dim idAlert As Guid
Dim returnValue As Alert
returnValue = instance.GetById(idAlert)
public Alert GetById(
Guid idAlert
)
Parameters
- idAlert
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.Alert