Partager via


JsonSerializableAttribute.TypeInfoPropertyName Propriété

Définition

Obtient ou définit le nom de la propriété pour le type généré JsonTypeInfo<T> sur le type généré, dérivé JsonSerializerContext .

public:
 property System::String ^ TypeInfoPropertyName { System::String ^ get(); void set(System::String ^ value); };
public string? TypeInfoPropertyName { get; set; }
member this.TypeInfoPropertyName : string with get, set
Public Property TypeInfoPropertyName As String

Valeur de propriété

String

Remarques

Cette propriété est utile pour résoudre une collision de nom avec un autre type dans la fermeture de compilation.

S’applique à