SandcastleProjectIsValidUserDefinedPropertyName Method
This is used to determine whether or not the given name can be used for a user-defined project
property.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool IsValidUserDefinedPropertyName(
string name
)
Public Function IsValidUserDefinedPropertyName (
name As String
) As Boolean
public:
bool IsValidUserDefinedPropertyName(
String^ name
)
member IsValidUserDefinedPropertyName :
name : string -> bool
- name String
- The name to check
BooleanTrue if it can be used, false if it cannot be used