Alert.AlertTime property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AlertTime As DateTime
Get
Set
'Usage
Dim instance As Alert
Dim value As DateTime
value = instance.AlertTime
instance.AlertTime = value
public DateTime AlertTime { get; set; }
Property value
Type: System.DateTime