ActivityType.IsSoftDeleted Property

Gets or sets a value indicating whether this ActivityType has been marked for deletion in the database.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IsSoftDeleted As Boolean
    Get
    Set
'Usage
Dim instance As ActivityType
Dim value As Boolean

value = instance.IsSoftDeleted

instance.IsSoftDeleted = value
public bool IsSoftDeleted { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ActivityType Class

ActivityType Members

Microsoft.Office.Server.ActivityFeed Namespace