 | LocalWikiSearchListKeyword Property |
This is preliminary documentation and is subject to change.
Search for all page titles (or content) that have this value.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic string Keyword { get; set; }
Public Property Keyword As String
Get
Set
Dim instance As LocalWikiSearchList
Dim value As String
value = instance.Keyword
instance.Keyword = value
public:
property String^ Keyword {
String^ get ();
void set (String^ value);
}
member Keyword : string with get, set
Property Value
String
See Also