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