JsonNode.GetPropertyName 메서드

정의

부모 개체에서 현재 노드의 속성 이름을 반환합니다.

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

반환

현재 노드의 속성 이름입니다.

예외

현재 부모는 가 JsonObject아닙니다.

적용 대상