| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
SearchableFieldSee Also