  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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