Compartir a través de


JsonPropertyInfo.Set Propiedad

Definición

Obtiene o establece un delegado de establecedor para la propiedad .

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)

Valor de propiedad

Action<Object,Object>

Excepciones

La JsonPropertyInfo instancia se ha bloqueado para realizar más modificaciones.

Comentarios

null Si se establece en , se omitirá la propiedad en la deserialización.

Se aplica a