Share via


AlertCollection.Contains method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function Contains ( _
    idAlert As Guid _
) As ClientResult(Of Boolean)
'Usage
Dim instance As AlertCollection
Dim idAlert As Guid
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Contains(idAlert)
public ClientResult<bool> Contains(
    Guid idAlert
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

AlertCollection class

AlertCollection members

Microsoft.SharePoint.Client namespace