| SelectProjectsDlgSolutionOrProjectNames Property |
This is used to get an enumerable list containing either the solution name or the selected projects
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public IEnumerable<string> SolutionOrProjectNames { get; }
Public ReadOnly Property SolutionOrProjectNames As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ SolutionOrProjectNames {
IEnumerable<String^>^ get ();
}
member SolutionOrProjectNames : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also