MemorablePasswordOptionsNumberOfWords Property
Gets or sets the number of words to include in the password.
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 int NumberOfWords { get; set; }
Public Property NumberOfWords As Integer
Get
Set
Dim instance As MemorablePasswordOptions
Dim value As Integer
value = instance.NumberOfWords
instance.NumberOfWords = value
public:
property int NumberOfWords {
int get ();
void set (int value);
}
member NumberOfWords : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32