다음을 통해 공유


JsonNodeOptions.PropertyNameCaseInsensitive 속성

정의

속성 이름이 JsonObject 대/소문자를 구분하지 않는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool PropertyNameCaseInsensitive { bool get(); void set(bool value); };
public bool PropertyNameCaseInsensitive { get; set; }
member this.PropertyNameCaseInsensitive : bool with get, set
Public Property PropertyNameCaseInsensitive As Boolean

속성 값

Boolean

true 속성 이름이 대/소문자를 구분하지 않는 경우 false 속성 이름이 대/소문자를 구분하는 경우

적용 대상