 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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 = value
public:
[JsonPropertyNameAttribute(L"type")]
property ScribuntoEvaluationResultType Type {
ScribuntoEvaluationResultType get ();
void set (ScribuntoEvaluationResultType value);
}
[<JsonPropertyNameAttribute("type")>]
member Type : ScribuntoEvaluationResultType with get, set
Property Value
ScribuntoEvaluationResultType
See Also