Click or drag to resize

LoadFileSettingsAreBooleanFieldsYesNo Property

If true (the default), boolean fields get output as "Yes" or "No" (if false, they get output as "True" or "False")

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("AreBooleanFieldsYesNo")]
public bool AreBooleanFieldsYesNo { get; set; }

Property Value

Boolean
See Also