Configuration properties.

Namespace: MonoSoftware.Web.Configuration
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

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