Gets or sets custom tags.

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

Syntax

C#
Dictionary<string, string> CustomTags { get; set; }
Visual Basic
Property CustomTags As Dictionary(Of String, String)
	Get
	Set
Visual C++
property Dictionary<String^, String^>^ CustomTags {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}
F#
abstract CustomTags : Dictionary<string, string> with get, set

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also