ActivityPreferencePerType.IsSet Property
Gets or sets a value indicating whether a user wants to see the ActivityType object stored in this ActivityPreferencePerType in a feed.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsSet As Boolean
Get
Set
'Usage
Dim instance As ActivityPreferencePerType
Dim value As Boolean
value = instance.IsSet
instance.IsSet = value
public bool IsSet { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ActivityPreferencePerType Class