SandcastleProjectUserDefinedProperties Property
This read-only property returns an enumerable list of all user-defined properties
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<ProjectProperty> UserDefinedProperties { get; }
Public ReadOnly Property UserDefinedProperties As IEnumerable(Of ProjectProperty)
Get
public:
property IEnumerable<ProjectProperty^>^ UserDefinedProperties {
IEnumerable<ProjectProperty^>^ get ();
}
member UserDefinedProperties : IEnumerable<ProjectProperty> with get
Return Value
IEnumerableProjectPropertyAn enumerable list of all properties determined not to be help file builder project
properties, MSBuild build engine related properties, or environment variables.