IsValidNameLength Property
IsValidNameLength
Checks the name length, which cannot be more than 64 bytes in UTF-8 encoding.
C#
public bool IsValidNameLength { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | A required parameter is missing. See Name for more information. |