Share via


MetadataSerializationOptionsBuilder.IncludeInferredDataTypes Property

Definition

Gets an indication if the serialized output should include inferred data-types or only the data-types that were explicitly set by the user.

public bool IncludeInferredDataTypes { get; }
member this.IncludeInferredDataTypes : bool
Public ReadOnly Property IncludeInferredDataTypes As Boolean

Property Value

True, if inferred data-types are serialized; otherwise, false.

Applies to