共用方式為


JsonPropertyInfo.Get 屬性

定義

取得或設定 屬性的 getter 委派。

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

屬性值

Func<Object,Object>

例外狀況

實例 JsonPropertyInfo 已鎖定以供進一步修改。

備註

將 設定為 null 會導致在序列化時略過 屬性。

適用於