User.Alerts property

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

Syntax

'Declaration
Public ReadOnly Property Alerts As AlertCollection
    Get
'Usage
Dim instance As User
Dim value As AlertCollection

value = instance.Alerts
public AlertCollection Alerts { get; }

Property value

Type: Microsoft.SharePoint.Client.AlertCollection

See also

Reference

User class

User members

Microsoft.SharePoint.Client namespace