ISandcastleProject.UserDefinedProperties Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This read-only property returns an enumerable list of all user-defined property names and values
IEnumerable<(string Name, string Value)> UserDefinedProperties { get; }
Property Value
- IEnumerable<(string Key, string Value)>
An enumerable list of all properties and their values determined not to be help file builder project properties, MSBuild build engine related properties, or environment variables.