JsonNode.GetPropertyName メソッド

定義

親オブジェクトから現在のノードのプロパティ名を返します。

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

戻り値

現在のノードのプロパティ名。

例外

現在の親は ではありません JsonObject

適用対象