Partager via


JsonPropertyInfo.Set Propriété

Définition

Obtient ou définit un délégué setter pour la propriété.

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)

Valeur de propriété

Action<Object,Object>

Exceptions

L’instance JsonPropertyInfo a été verrouillée pour une modification supplémentaire.

Remarques

La valeur à définir null entraîne l’ignorée de la propriété lors de la désérialisation.

S’applique à