Gets the provider properties.

Namespace: MonoSoftware.Web.AntiSpam
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected override ConfigurationPropertyCollection Properties { get; }
Visual Basic
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
	Get
Visual C++
protected:
virtual property ConfigurationPropertyCollection^ Properties {
	ConfigurationPropertyCollection^ get () override;
}
F#
abstract Properties : ConfigurationPropertyCollection with get
override Properties : ConfigurationPropertyCollection with get

Property Value

Type: ConfigurationPropertyCollection

See Also