Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Deleted As Boolean
public bool Deleted { get; set; }
public:
property bool Deleted {
    bool get ();
    void set (bool value);
}
member Deleted : bool with get, set
function get Deleted () : boolean 
function set Deleted (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.