ItemModel.IsFolder Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsFolder As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsFolder { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsFolder {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(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
- 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.