ActivityApplication.IsSoftDeleted Property
Gets or sets a value indicating whether this ActivityApplication object 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 ActivityApplication
Dim value As Boolean
value = instance.IsSoftDeleted
instance.IsSoftDeleted = value
public bool IsSoftDeleted { get; set; }
Property Value
Type: System.Boolean