Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date associated with this ActivityEvent.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property DateValue As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As ActivityEvent
Dim value As Nullable(Of DateTime)
value = instance.DateValue
instance.DateValue = value
public Nullable<DateTime> DateValue { get; set; }
Property Value
Type: System.Nullable<DateTime>