JsonNode.GetPropertyName 方法

定义

从父对象返回当前节点的属性名称。

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

返回

当前节点的属性名称。

例外

当前父级不是 JsonObject

适用于