JsonConverterAttribute.ConverterType Eigenschaft

Definition

Ruft den Typ von JsonConverterAttribute ab. Es wird null zurückgegeben, wenn die Erstellung ohne Typ durchgeführt wurde.

public:
 property Type ^ ConverterType { Type ^ get(); };
public Type? ConverterType { get; }
public Type ConverterType { get; }
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type

Eigenschaftswert

Der Typ von JsonConverterAttributeoder null , wenn er ohne einen Typ erstellt wurde.

Gilt für: