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
‘선언
Public Property IsPersonal As Boolean
Get
Friend Set
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
- 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.