Click or drag to resize

SolutionProjectEntryIsFolder Property

Determine if the ProjectEntry represents a folder instead of an actual project.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsFolder { get; }

Property Value

Type: Boolean
See Also