 | PasswordRequirementsMaximumLength Property |
Password maximum length
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic int? MaximumLength { get; }Public ReadOnly Property MaximumLength As Integer?
Get
public:
property Nullable<int> MaximumLength {
Nullable<int> get ();
}member MaximumLength : Nullable<int> with get
Property Value
NullableInt32
See Also