JsonSerializableAttribute.TypeInfoPropertyName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Remarques
Cette propriété est utile pour résoudre une collision de nom avec un autre type dans la fermeture de compilation.