  | SearchGeneratorMatchingField Property | 
This is preliminary documentation and is subject to change.
            Search inside the text or titles.
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic SearchableField MatchingField { get; set; }Public Property MatchingField As SearchableField
	Get
	Set
Dim instance As SearchGenerator
Dim value As SearchableField
value = instance.MatchingField
instance.MatchingField = value
public:
property SearchableField MatchingField {
	SearchableField get ();
	void set (SearchableField value);
}member MatchingField : SearchableField with get, set
Property Value
SearchableField
See Also