NameCheckResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the result of a name check.
public enum class NameCheckResult
public enum NameCheckResult
type NameCheckResult =
Public Enum NameCheckResult
- Inheritance
-
NameCheckResult
Fields
Name | Value | Description |
---|---|---|
Success | 1 | The result is Success. |
ObjectNameEmpty | 2 | The result is ObjectNameEmpty. |
ObjectNameTooLong | 3 | The result is ObjectNameTooLong. |
StartWhiteSpace | 4 | The result is StartWhiteSpace. |
EndWhiteSpace | 5 | The result is EndWhiteSpace. |
InvalidStart | 6 | The result is InvalidStart. |
InvalidBody | 7 | The result is InvalidBody. |
InvalidTrail | 8 | The result is InvalidTrail. |