ISandcastleProjectUserDefinedProperties Property

This read-only property returns an enumerable list of all user-defined property names and values

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<(string Name, string Value)> UserDefinedProperties { get; }

Return Value

IEnumerableValueTupleString, String
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.

See Also