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

ActivityPreferencePerType members

Microsoft.Office.Server.ActivityFeed namespace