Gets or sets custom tags (key=tag).

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

Syntax

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

Property Value

Type: List<(Of <(<'String>)>)>

See Also