ISandcastleProjectUserDefinedProperties Property
This read-only property returns an enumerable list of all user-defined property names and values
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<(string Name, string Value)> UserDefinedProperties { get; }
ReadOnly Property UserDefinedProperties As IEnumerable(Of (Name As String, Value As String))
Get
property IEnumerable<ValueTuple<String^, String^>>^ UserDefinedProperties {
IEnumerable<ValueTuple<String^, String^>>^ get ();
}
abstract UserDefinedProperties : IEnumerable<ValueTuple<string, string>> with get
Return Value
IEnumerableValueTupleString,
StringAn 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.