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.9.30.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