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)

プロパティ値

例外

インスタンスは JsonPropertyInfo 、さらに変更するためにロックされています。

注釈

を に null 設定すると、シリアル化時に プロパティがスキップされます。

適用対象