Themed 2026 Presentation Style Preview

ISandcastleProjectIsValidUserDefinedPropertyName Method

This is used to determine whether or not the given name can be used for a user-defined project property.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
bool IsValidUserDefinedPropertyName(
	string name
)

Parameters

name  String
The name to check

Return Value

Boolean
True if it can be used, false if it cannot be used

See Also