 | ScribuntoEvaluationResultType Property |
This is preliminary documentation and is subject to change.
The evaluation result type.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("type")]
public ScribuntoEvaluationResultType Type { get; init; }<JsonPropertyNameAttribute("type")>
Public Property Type As ScribuntoEvaluationResultType
Get
Set
Dim instance As ScribuntoEvaluationResult
Dim value As ScribuntoEvaluationResultType
value = instance.Type
instance.Type = valuepublic:
[JsonPropertyNameAttribute(L"type")]
property ScribuntoEvaluationResultType Type {
ScribuntoEvaluationResultType get ();
void set (ScribuntoEvaluationResultType value);
}[<JsonPropertyNameAttribute("type")>]
member Type : ScribuntoEvaluationResultType with get, setProperty Value
ScribuntoEvaluationResultType
See Also