| ScribuntoEvaluationResultOutput Property |
This is preliminary documentation and is subject to change.
The text outputted to the console using mw.log.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("print")]
public string Output { get; init; }
<JsonPropertyNameAttribute("print")>
Public Property Output As String
Get
Set
Dim instance As ScribuntoEvaluationResult
Dim value As String
value = instance.Output
instance.Output = value
public:
[JsonPropertyNameAttribute(L"print")]
property String^ Output {
String^ get ();
void set (String^ value);
}
[<JsonPropertyNameAttribute("print")>]
member Output : string with get, set
Property Value
StringSee Also