SandcastleProjectIsValidUserDefinedPropertyName Method

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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