QueryItem.IsNew Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'宣言
Public ReadOnly Property IsNew As Boolean
    Get
public bool IsNew { get; }
public:
property bool IsNew {
    bool get ();
}
member IsNew : bool
function get IsNew () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

QueryItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace