QueryItem.IsPersonal 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 IsPersonal As Boolean
public bool IsPersonal { get; internal set; }
public:
property bool IsPersonal {
    bool get ();
    internal: void set (bool value);
}
member IsPersonal : bool with get, internal set
function get IsPersonal () : boolean 
internal function set IsPersonal (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

See Also

Reference

QueryItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace