| 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: 2014.11.22.0
Syntax public bool IsValidUserDefinedPropertyName(
string name
)
Public Function IsValidUserDefinedPropertyName (
name As String
) As Boolean
public:
bool IsValidUserDefinedPropertyName(
String^ name
)
member IsValidUserDefinedPropertyName :
name : string -> bool
Parameters
- name
- Type: SystemString
The name to check
Return Value
Type:
BooleanTrue if it can be used, false if it cannot be used
See Also