 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 = valuepublic:
[JsonPropertyNameAttribute(L"print")]
property String^ Output {
String^ get ();
void set (String^ value);
}[<JsonPropertyNameAttribute("print")>]
member Output : string with get, setProperty Value
String
See Also