CaptchaGeneratorCharacters Property
Gets or sets the character set to build the captcha text.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public char[] Characters { get; set; }
Public Property Characters As Char()
Get
Set
Dim instance As CaptchaGenerator
Dim value As Char()
value = instance.Characters
instance.Characters = value
public:
property array<wchar_t>^ Characters {
array<wchar_t>^ get ();
void set (array<wchar_t>^ value);
}
member Characters : char[] with get, set
No code example is currently available or this language may not be supported.
Property Value
Char
The character set to build the captcha text.