 | IReadOnlyStringEntityMemberAuthorizedCharacters Property |
Gets or Sets the authorized characters set.
Use "a-zA-Z0-9" for alphanumeric characters.
Use "A-Z _" for uppercase letters, space and underscore.
Use @"A-Za-z\-" for letters and dash (escape the dash character)
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxstring AuthorizedCharacters { get; }
ReadOnly Property AuthorizedCharacters As String
Get
Property Value
Type:
String
See Also