ObjectPath.SetPathValue(Object, String, Object, Boolean) Methode

Definition

Wenn ein Objekt einen Pfad zum Festlegen des Werts auswertet.

public static void SetPathValue(object obj, string path, object value, bool json = true);
static member SetPathValue : obj * string * obj * bool -> unit
Public Shared Sub SetPathValue (obj As Object, path As String, value As Object, Optional json As Boolean = true)

Parameter

obj
Object

Objekt zum Anfang.

path
String

Pfad, der ausgewertet werden soll.

value
Object

wert, der gespeichert werden soll.

json
Boolean

wenn wahr, setzt der Wert als primitive JSON-Objekte.

Gilt für: