Edit

Share via


JsonConverterAttribute.ConverterType Property

Definition

Gets the type of the JsonConverterAttribute, or null if it was created without a type.

public:
 property Type ^ ConverterType { Type ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
public Type? ConverterType { get; }
public Type ConverterType { get; }
public Type? ConverterType { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>]
member this.ConverterType : Type
member this.ConverterType : Type
Public ReadOnly Property ConverterType As Type

Property Value

The type of the JsonConverterAttribute, or null if it was created without a type.

Attributes

Applies to