JsonNode.GetPropertyName Méthode

Définition

Retourne le nom de propriété du nœud actuel à partir de l’objet parent.

public:
 System::String ^ GetPropertyName();
public string GetPropertyName ();
member this.GetPropertyName : unit -> string
Public Function GetPropertyName () As String

Retours

Nom de propriété du nœud actuel.

Exceptions

Le parent actuel n’est pas un JsonObject.

S’applique à