JsonParameterInfoValues.ParameterType 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 type du paramètre.
public:
property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; init; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type
Valeur de propriété
Remarques
Cette API est utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.