Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a flag that describes whether this workspace has been deleted.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property IsDeleted As Boolean
Get
Friend Set
public bool IsDeleted { get; internal set; }
public:
property bool IsDeleted {
bool get ();
internal: void set (bool value);
}
member IsDeleted : bool with get, internal set
function get IsDeleted () : boolean
internal function set IsDeleted (value : boolean)
Property Value
Type: System.Boolean
True if the workspace has been deleted; otherwise, false.
.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.