Identity.Deleted Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
声明
Public Property Deleted As Boolean
Get
Set
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
.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.