AlertCreationInformation.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 AlertCreationInformation
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
AlertCreationInformation class