다음을 통해 공유


JsonPropertyInfo.Set 속성

정의

속성에 대한 setter 대리자를 가져오거나 설정합니다.

public:
 property Action<System::Object ^, System::Object ^> ^ Set { Action<System::Object ^, System::Object ^> ^ get(); void set(Action<System::Object ^, System::Object ^> ^ value); };
public Action<object,object?>? Set { get; set; }
member this.Set : Action<obj, obj> with get, set
Public Property Set As Action(Of Object, Object)

속성 값

Action<Object,Object>

예외

JsonPropertyInfo 추가 수정을 위해 인스턴스가 잠겼습니다.

설명

설정하면 null 역직렬화에서 속성을 건너뜁게 됩니다.

적용 대상