Gets or sets provider attributes.

Namespace: MonoSoftware.MonoX.SearchEngine.Providers
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public NameValueCollection ProviderAttributes { get; set; }
Visual Basic
Public Property ProviderAttributes As NameValueCollection
	Get
	Set
Visual C++
public:
virtual property NameValueCollection^ ProviderAttributes {
	NameValueCollection^ get () sealed;
	void set (NameValueCollection^ value) sealed;
}
F#
abstract ProviderAttributes : NameValueCollection with get, set
override ProviderAttributes : NameValueCollection with get, set

Property Value

Type: NameValueCollection

See Also