 | IMemoEditorAuthorizedCharacters Property |
Gets or Sets the authorized characters set.
Use "a-zA-Z0-9" for alphanumeric charcaters.
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.Controls.Editors
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxstring AuthorizedCharacters { get; set; }
Property AuthorizedCharacters As String
Get
Set
Property Value
Type:
String
See Also