Comment.IsDeleted Property
True if the comment is deleted.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Property IsDeleted As Boolean
public bool IsDeleted { get; set; }
public:
property bool IsDeleted {
bool get ();
void set (bool value);
}
member IsDeleted : bool with get, set
function get IsDeleted () : boolean
function set IsDeleted (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
When a comment is deleted, its content will be cleared.
When all its sub comments are also deleted, the comment and its sub comments will be removed from the tree.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.