共用方式為


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 會導致還原序列化時略過 屬性。

適用於