Workspace.IsDeleted Property
Gets a flag that indicates 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
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.