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