Alert.Status property

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

Syntax

'Declaration
Public Property Status As AlertStatus
    Get
    Set
'Usage
Dim instance As Alert
Dim value As AlertStatus

value = instance.Status

instance.Status = value
public AlertStatus Status { get; set; }

Property value

Type: Microsoft.SharePoint.Client.AlertStatus

See also

Reference

Alert class

Alert members

Microsoft.SharePoint.Client namespace