Click or drag to resize
Sandcastle Help File BuilderSelectProjectsDlgSolutionOrProjectNames Property
This is used to get an enumerable list containing either the solution name or the selected projects

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<string> SolutionOrProjectNames { get; }

Property Value

Type: IEnumerableString
See Also