KaxCaptchaProtectionMode Property |
Gets or sets which startegies are/to be used for automatic
robot discovery.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxCaptchaProtectionStrategies ProtectionMode { get; set; }
Public Property ProtectionMode As KaxCaptchaProtectionStrategies
Get
Set
public:
property KaxCaptchaProtectionStrategies ProtectionMode {
KaxCaptchaProtectionStrategies get ();
void set (KaxCaptchaProtectionStrategies value);
}
member ProtectionMode : KaxCaptchaProtectionStrategies with get, set
Property Value
Type:
KaxCaptchaProtectionStrategiesThe Modes used for Spam Protection.
See Also