| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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
ScribuntoEvaluationResultTypeSee Also