MemorablePasswordOptionsSeparatorCharacters Property
Gets or sets the characters to use as separators between words.
Namespace: DevCase.Core.Security.PasswordsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public char[] SeparatorCharacters { get; set; }
Public Property SeparatorCharacters As Char()
Get
Set
Dim instance As MemorablePasswordOptions
Dim value As Char()
value = instance.SeparatorCharacters
instance.SeparatorCharacters = value
public:
property array<wchar_t>^ SeparatorCharacters {
array<wchar_t>^ get ();
void set (array<wchar_t>^ value);
}
member SeparatorCharacters : char[] with get, set
No code example is currently available or this language may not be supported.
Property Value
Char