 | SearchResultItemSnippet Property |
This is preliminary documentation and is subject to change.
Gets the parsed HTML snippet of the page.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Snippet { get; init; }Public Property Snippet As String
Get
Set
Dim instance As SearchResultItem
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
String
See Also