| LocalWikiSearchListRankingType Property |
This is preliminary documentation and is subject to change.
The ranking to use in fetching the list of results.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public SearchRankingType RankingType { get; set; }
Public Property RankingType As SearchRankingType
Get
Set
Dim instance As LocalWikiSearchList
Dim value As SearchRankingType
value = instance.RankingType
instance.RankingType = value
public:
property SearchRankingType RankingType {
SearchRankingType get ();
void set (SearchRankingType value);
}
member RankingType : SearchRankingType with get, set
Property Value
SearchRankingTypeSee Also