'Declaration Public Property ExportFieldsWithoutValue As Boolean
public bool ExportFieldsWithoutValue { get; set; }
Property Value
True - all fields are exported. For fields without a value, only the field name is exported.
false - fields without a value are not exported.
Default value is false.
false - fields without a value are not exported.
Default value is false.