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