Condividi tramite


JsonPropertyInfo.Get Proprietà

Definizione

Ottiene o imposta un delegato getter per la proprietà .

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)

Valore della proprietà

Func<Object,Object>

Eccezioni

L'istanza JsonPropertyInfo è stata bloccata per ulteriori modifiche.

Commenti

Se si imposta su null , la proprietà verrà ignorata durante la serializzazione.

Si applica a