ActivityType.IsPublished Property
Gets or sets a value indicating whether this ActivityType has been published.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsPublished As Boolean
Get
Set
'Usage
Dim instance As ActivityType
Dim value As Boolean
value = instance.IsPublished
instance.IsPublished = value
public bool IsPublished { get; set; }
Property Value
Type: System.Boolean