Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectGetUserDefinedProperties Method
Get a collection containing all user-defined properties

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public Collection<ProjectProperty> GetUserDefinedProperties()

Return Value

Type: CollectionProjectProperty
A collection containing all properties determined not to be help file builder project properties, MSBuild build engine related properties, or environment variables.
See Also