FavoriteItem.IsFolder Property

Sugar to determine whether entry is a folder

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsFolder As Boolean
public bool IsFolder { get; }
public:
property bool IsFolder {
    bool get ();
}
member IsFolder : bool with get
function get IsFolder () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

FavoriteItem Class

Microsoft.TeamFoundation.Controls Namespace