共用方式為


JsonSourceGenerationOptionsAttribute.UseStringEnumConverter 屬性

定義

取得或設定值,這個值表示來源產生器是否預設 JsonStringEnumConverter 為 ,而不是在其類型圖形中遇到之所有列舉型別的數值序列化。

public:
 property bool UseStringEnumConverter { bool get(); void set(bool value); };
public bool UseStringEnumConverter { get; set; }
member this.UseStringEnumConverter : bool with get, set
Public Property UseStringEnumConverter As Boolean

屬性值

適用於