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 DateTime object representing the time when this ActivityEvent was published.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property PublishDate As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As ActivityEvent
Dim value As Nullable(Of DateTime)
value = instance.PublishDate
instance.PublishDate = value
public Nullable<DateTime> PublishDate { get; set; }
Property Value
Type: System.Nullable<DateTime>