Workspace.IsDeleted Property
Gets or sets the flag that indicates whether the 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
'Usage
Dim instance As Workspace
Dim value As Boolean
value = instance.IsDeleted
instance.IsDeleted = value
public bool IsDeleted { get; internal set; }
public:
property bool IsDeleted {
bool get ();
void set (bool value);
}
public function get IsDeleted () : boolean
public 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.