ChangeAlert.AlertId property

Gets a GUID that identifies the change alert.

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

Syntax

'Declaration
Public ReadOnly Property AlertId As Guid
    Get
'Usage
Dim instance As ChangeAlert
Dim value As Guid

value = instance.AlertId
public Guid AlertId { get; }

Property value

Type: System.Guid
Returns a Guid.

See also

Reference

ChangeAlert class

ChangeAlert members

Microsoft.SharePoint.Client namespace