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