| LocalWikiSearchResultItemSnippet Property |
This is preliminary documentation and is subject to change.
Gets the parsed HTML snippet of the page.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string Snippet { get; init; }
Public Property Snippet As String
Get
Set
Dim instance As LocalWikiSearchResultItem
Dim value As String
value = instance.Snippet
instance.Snippet = value
public:
property String^ Snippet {
String^ get ();
void set (String^ value);
}
member Snippet : string with get, set
Property Value
StringSee Also