AlertCollection.Exists Method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Exists ( _
alertID As Guid _
) As Boolean
'Usage
Dim instance As AlertCollection
Dim alertID As Guid
Dim returnValue As Boolean
returnValue = instance.Exists(alertID)
public bool Exists(
Guid alertID
)
Parameters
- alertID
Type: System.Guid
Return Value
Type: System.Boolean