JsonNode.GetPropertyName Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.