ItemModel.IsFolder Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "isFolder", EmitDefaultValue := False)> _
Public Property IsFolder As Boolean
[DataMemberAttribute(Name = "isFolder", EmitDefaultValue = false)]
public bool IsFolder { get; set; }
[DataMemberAttribute(Name = L"isFolder", EmitDefaultValue = false)]
public:
property bool IsFolder {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "isFolder", EmitDefaultValue = false)>]
member IsFolder : bool with get, set
function get IsFolder () : boolean 
function set IsFolder (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ItemModel Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace