Share via


Alert.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 Alert
Dim value As Boolean

value = instance.AlwaysNotify

instance.AlwaysNotify = value
public bool AlwaysNotify { get; set; }

Property value

Type: System.Boolean

See also

Reference

Alert class

Alert members

Microsoft.SharePoint.Client namespace