Share via


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

Return value

Type: Microsoft.SharePoint.Client.Alert

See also

Reference

AlertCollection class

AlertCollection members

Microsoft.SharePoint.Client namespace