Alert.ItemID property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemID As Integer
Get
'Usage
Dim instance As Alert
Dim value As Integer
value = instance.ItemID
public int ItemID { get; }
Property value
Type: System.Int32