QueryItem.IsDeleted Property
Gets a flag describing whether this item is a personal query or folder.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.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 this query item is personal; otherwise, false.
Remarks
A personal query or folder differs from a public query or folder by not being visible to other users.
.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.