Identity.Deleted Property

Gets or sets a value indication whether the identity has been deleted

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Deleted As Boolean
'Usage
Dim instance As Identity 
Dim value As Boolean 

value = instance.Deleted

instance.Deleted = value
public bool Deleted { get; set; }
public:
property bool Deleted {
    bool get ();
    void set (bool value);
}
public function get Deleted () : boolean 
public function set Deleted (value : boolean)

Property Value

Type: System.Boolean
A boolean value True if the identity has been deleted or False if not.

.NET Framework Security

See Also

Reference

Identity Class

Identity Members

Microsoft.TeamFoundation.Server Namespace