MetadataSerializationOptions.IncludeInferredDataTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.