AlertCreationInformation.AlertType property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AlertType As AlertType
Get
Set
'Usage
Dim instance As AlertCreationInformation
Dim value As AlertType
value = instance.AlertType
instance.AlertType = value
public AlertType AlertType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.AlertType
See also
Reference
AlertCreationInformation class